From 892baef9bd1fb74da17bb97c97163553958e06d1 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Mon, 23 Dec 2019 16:49:33 +0800 Subject: [PATCH] Fix a typo in croutine.h --- include/croutine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/croutine.h b/include/croutine.h index 8b3b41b90..87deef17a 100644 --- a/include/croutine.h +++ b/include/croutine.h @@ -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 - // execute, the idle task hook can call vCoRoutineScheduler() within an + // execute, the idle task hook can call vCoRoutineSchedule() within an // infinite loop. void vApplicationIdleHook( void ) {