forked from wolfSSL/wolfssl
make sure FreeRTOS defines aren't redefs
This commit is contained in:
@ -133,11 +133,21 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifdef FREERTOS
|
#ifdef FREERTOS
|
||||||
#define NO_WRITEV
|
#ifndef NO_WRITEV
|
||||||
#define NO_SHA512
|
#define NO_WRITEV
|
||||||
#define NO_DH
|
#endif
|
||||||
#define NO_DSA
|
#ifndef NO_SHA512
|
||||||
#define NO_HC128
|
#define NO_SHA512
|
||||||
|
#endif
|
||||||
|
#ifndef NO_DH
|
||||||
|
#define NO_DH
|
||||||
|
#endif
|
||||||
|
#ifndef NO_DSA
|
||||||
|
#define NO_DSA
|
||||||
|
#endif
|
||||||
|
#ifndef NO_HC128
|
||||||
|
#define NO_HC128
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SINGLE_THREADED
|
#ifndef SINGLE_THREADED
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
|
Reference in New Issue
Block a user