Add Newlib reent support.

This commit is contained in:
Richard Barry
2013-06-26 11:37:08 +00:00
parent 4444b4ee68
commit 59f75a12f6
2 changed files with 27 additions and 0 deletions

View File

@ -576,6 +576,10 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#define configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS 0
#endif
#ifndef configUSE_NEWLIB_REENTRANT
#define configUSE_NEWLIB_REENTRANT 0
#endif
/* For backward compatability. */
#define eTaskStateGet eTaskGetState