You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/FreeRTOS.h
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@
175
175
#endif
176
176
177
177
#if ( configNUMBER_OF_CORES>1 )
178
-
#ifndefconfigUSE_MINIMAL_IDLE_HOOK
179
-
#error Missing definition: configUSE_MINIMAL_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or 0. See the Configuration section of the FreeRTOS API documentation for details.
178
+
#ifndefconfigUSE_PASSIVE_IDLE_HOOK
179
+
#error Missing definition: configUSE_PASSIVE_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or 0. See the Configuration section of the FreeRTOS API documentation for details.
180
180
#endif
181
181
#endif
182
182
@@ -473,9 +473,9 @@
473
473
#defineconfigUSE_CORE_AFFINITY 0
474
474
#endif/* configUSE_CORE_AFFINITY */
475
475
476
-
#ifndefconfigUSE_MINIMAL_IDLE_HOOK
477
-
#defineconfigUSE_MINIMAL_IDLE_HOOK 0
478
-
#endif/* configUSE_MINIMAL_IDLE_HOOK */
476
+
#ifndefconfigUSE_PASSIVE_IDLE_HOOK
477
+
#defineconfigUSE_PASSIVE_IDLE_HOOK 0
478
+
#endif/* configUSE_PASSIVE_IDLE_HOOK */
479
479
480
480
/* The timers module relies on xTaskGetSchedulerState(). */
0 commit comments