Skip to content

Commit 6049ac4

Browse files
committed
application: add configUSE_PASSIVE_IDLE_HOOK macro when SMP=2 passed
Signed-off-by: Huaqi Fang <[email protected]>
1 parent 3a3f9cf commit 6049ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/freertos/demo/FreeRTOSConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ your application. */
9999
#define configUSE_NEWLIB_REENTRANT 0
100100
#define configENABLE_BACKWARD_COMPATIBILITY 0
101101
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 5
102+
#define configUSE_PASSIVE_IDLE_HOOK 0
102103

103104
/* Memory allocation related definitions. */
104105
#define configSUPPORT_STATIC_ALLOCATION 0

0 commit comments

Comments
 (0)