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/task.h
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,9 +180,10 @@ typedef struct xTASK_STATUS
180
180
/* Possible return values for eTaskConfirmSleepModeStatus(). */
181
181
typedefenum
182
182
{
183
-
eAbortSleep=0, /* A task has been made ready or a context switch pended since portSUPPRESS_TICKS_AND_SLEEP() was called - abort entering a sleep mode. */
184
-
eStandardSleep, /* Enter a sleep mode that will not last any longer than the expected idle time. */
183
+
eAbortSleep=0, /* A task has been made ready or a context switch pended since portSUPPRESS_TICKS_AND_SLEEP() was called - abort entering a sleep mode. */
184
+
eStandardSleep/* Enter a sleep mode that will not last any longer than the expected idle time. */
185
185
#if ( INCLUDE_vTaskSuspend==1 )
186
+
,
186
187
eNoTasksWaitingTimeout/* No tasks are waiting for a timeout so it is safe to enter a sleep mode that can only be exited by an external interrupt. */
0 commit comments