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: src/Arduino_FreeRTOS.h
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ extern "C" {
82
82
#error Missing definition: configMINIMAL_STACK_SIZE must be defined in FreeRTOSConfig.h. configMINIMAL_STACK_SIZE defines the size (in words) of the stack allocated to the idle task. Refer to the demo project provided for your port for a suitable value.
83
83
#endif
84
84
85
+
#ifndefconfigIDLE_STACK_SIZE
86
+
#error Missing definition: configIDLE_STACK_SIZE must be defined in FreeRTOSConfig.h. configIDLE_STACK_SIZE defines the size (in words) of the stack allocated to the idle task. Refer to the demo project provided for your port for a suitable value.
87
+
#endif
88
+
85
89
#ifndefconfigMAX_PRIORITIES
86
90
#error Missing definition: configMAX_PRIORITIES must be defined in FreeRTOSConfig.h. See the Configuration section of the FreeRTOS API documentation for details.
0 commit comments