mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 02:48:49 +02:00
Fix typo in croutine.c (#1004)
This commit is contained in:
parent
61111b1460
commit
83b5b24950
@ -30,7 +30,7 @@
|
||||
#include "task.h"
|
||||
#include "croutine.h"
|
||||
|
||||
/* Remove the whole file is co-routines are not being used. */
|
||||
/* Remove the whole file if co-routines are not being used. */
|
||||
#if ( configUSE_CO_ROUTINES != 0 )
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user