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
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -159,10 +159,6 @@
159
159
#error Missing definition: configUSE_16_BIT_TICKS must be defined in FreeRTOSConfig.h as either 1 or 0. See the Configuration section of the FreeRTOS API documentation for details.
160
160
#endif
161
161
162
-
#ifndefconfigUSE_CO_ROUTINES
163
-
#defineconfigUSE_CO_ROUTINES 0
164
-
#endif
165
-
166
162
#ifndefINCLUDE_vTaskPrioritySet
167
163
#defineINCLUDE_vTaskPrioritySet 0
168
164
#endif
@@ -257,12 +253,6 @@
257
253
#defineINCLUDE_xTaskGetCurrentTaskHandle 1
258
254
#endif
259
255
260
-
#ifconfigUSE_CO_ROUTINES!=0
261
-
#ifndefconfigMAX_CO_ROUTINE_PRIORITIES
262
-
#error configMAX_CO_ROUTINE_PRIORITIES must be greater than or equal to 1.
0 commit comments