Skip to content

Commit

Permalink
Fix typo in croutine.c (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmeili authored Feb 28, 2024
1 parent 61111b1 commit 83b5b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion croutine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

/*
Expand Down

0 comments on commit 83b5b24

Please sign in to comment.