Skip to content

Commit

Permalink
UPdate format
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Dec 14, 2023
1 parent afb1ab9 commit acfb3d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,7 @@ void test_coverage_eTaskConfirmSleepModeStatus_no_tasks_waiting_timeout( void )
xPendedTicks = 0;
uxSuspendedTask = 3U; /* Assume system has 3 suspended task. */
xYieldPendings[ 0 ] = 0;

/* System has uxSuspendedTask number of suspended task and configNUMBER_OF_CORES
* idle tasks. */
uxCurrentNumberOfTasks = uxSuspendedTask + configNUMBER_OF_CORES;
Expand Down

0 comments on commit acfb3d8

Please sign in to comment.