Merge branch 'main' into fix-list-get-next-usage

This commit is contained in:
chinglee-iot 2024-02-29 10:40:26 +08:00 committed by GitHub
commit 2bf5ece670
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 )
/*