Skip to content

Commit

Permalink
Update FreeRTOS/Test/CMock/tasks/tasks_1_utest.c
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
  • Loading branch information
chinglee-iot and aggarg authored Jan 5, 2023
1 parent 0f2c832 commit d76574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/Test/CMock/tasks/tasks_1_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ void test_vTaskDelay_success_gt_0_yield_not_called( void )

/* Test the scenario that a higher priority task is added to xPendingReadyList when
* current task calls xTaskDelay. Scheduler yields for the higher priority task in
* vTaskResumeAll function. */
* xTaskResumeAll function. */
void test_vTaskDelay_success_gt_0_already_yielded( void )
{
TaskHandle_t task_handle;
Expand Down

0 comments on commit d76574f

Please sign in to comment.