mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
Replaced asm macro by failing assertion.
This commit is contained in:
parent
75fa197ac9
commit
eeae596776
3 changed files with 255 additions and 225 deletions
4
tasks.c
4
tasks.c
|
|
@ -44,6 +44,10 @@
|
|||
#include "timers.h"
|
||||
#include "stack_macros.h"
|
||||
|
||||
#ifdef VERIFAST
|
||||
#include "verifast_asm.h"
|
||||
#endif
|
||||
|
||||
/* Lint e9021, e961 and e750 are suppressed as a MISRA exception justified
|
||||
* because the MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
|
||||
* for the header files above, but not in this file, in order to generate the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue