Fix a typo in croutine.h

This commit is contained in:
Chih-Hsuan Yen 2019-12-23 16:49:33 +08:00
parent f6393c2dbe
commit 892baef9bd
No known key found for this signature in database
GPG key ID: F98EF2A7B0A098AE

View file

@ -157,7 +157,7 @@ BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPri
} }
// Alternatively, if you do not require any other part of the idle task to // Alternatively, if you do not require any other part of the idle task to
// execute, the idle task hook can call vCoRoutineScheduler() within an // execute, the idle task hook can call vCoRoutineSchedule() within an
// infinite loop. // infinite loop.
void vApplicationIdleHook( void ) void vApplicationIdleHook( void )
{ {