Unverified Commit 3d9611d0 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Update FreeRTOS SMP branch to latest upstream (#649)

parent 78b7f260
Subproject commit 6047923beb30f750723d854e8b44fdf7a433408b
Subproject commit f5fe79dacd723b490ae9afe1b4f5ae45aae620c6
......@@ -28,6 +28,7 @@
#define configSTACK_DEPTH_TYPE uint32_t
#define configUSE_NEWLIB_REENTRANT 1
#define configNEWLIB_REENTRANT_IS_DYNAMIC 0 /* Note that we have a different config option, portSET_IMPURE_PTR */
#include <reent.h>
extern void __register_impure_ptr(struct _reent *p);
#define portSET_IMPURE_PTR(x) __register_impure_ptr(x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment