mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add an assert to catch register overflow (#1265)
This commit is contained in:
parent
03db672b8f
commit
4ee6a1f22f
7 changed files with 16 additions and 4 deletions
|
@ -246,7 +246,10 @@ void vCoRoutineSchedule( void );
|
|||
* \defgroup crSTART crSTART
|
||||
* \ingroup Tasks
|
||||
*/
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
#define crEND() }
|
||||
/* *INDENT-ON* */
|
||||
|
||||
/*
|
||||
* These macros are intended for internal use by the co-routine implementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue