Skip to content

Commit 3d9611d

Browse files
Update FreeRTOS SMP branch to latest upstream (#649)
1 parent 78b7f26 commit 3d9611d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libraries/FreeRTOS/src/FreeRTOSConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define configSTACK_DEPTH_TYPE uint32_t
2929

3030
#define configUSE_NEWLIB_REENTRANT 1
31+
#define configNEWLIB_REENTRANT_IS_DYNAMIC 0 /* Note that we have a different config option, portSET_IMPURE_PTR */
3132
#include <reent.h>
3233
extern void __register_impure_ptr(struct _reent *p);
3334
#define portSET_IMPURE_PTR(x) __register_impure_ptr(x)

0 commit comments

Comments
 (0)