Fix typo in croutine.c (#1004)

This commit is contained in:
Asmeili 2024-02-28 12:21:29 +01:00 committed by GitHub
parent 61111b1460
commit 83b5b24950
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 )
/*