Fix typo in croutine.c

This commit is contained in:
Asmeili 2024-02-28 12:05:14 +01:00 committed by GitHub
parent 61111b1460
commit 6ad6e2541b
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 )
/*