Fix typo in croutine.c (#1004)

pull/1006/head^2
Asmeili 11 months ago committed by GitHub
parent 61111b1460
commit 83b5b24950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save