Skip to content

Commit

Permalink
Undo the FreeRTOS changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Jun 30, 2022
1 parent c1989fd commit 5a870e4
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,6 @@ void GenericPlatformManagerImpl_FreeRTOS<ImplClass>::_RunEventLoop(void)
eventReceived = xQueueReceive(mChipEventQueue, &event, 0);
}
}

#if defined(INCLUDE_vTaskDelete) && INCLUDE_vTaskDelete
if (mEventLoopTask)
{
vTaskDelete(mEventLoopTask);
mEventLoopTask = nullptr;
}
#endif // INCLUDE_vTaskDelete
}

template <class ImplClass>
Expand Down

0 comments on commit 5a870e4

Please sign in to comment.