mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 14:15:12 -05:00
Made config macros from FreeRTOSConfig.h available to VeriFast proof.
This commit is contained in:
parent
8897e3fe6e
commit
06d2611aa9
5 changed files with 244 additions and 199 deletions
7
tasks.c
7
tasks.c
|
|
@ -30,6 +30,13 @@
|
|||
*/
|
||||
|
||||
//@ #include <bitops.gh>
|
||||
|
||||
/* The following includes will be visible to VeriFast in the preprocessed
|
||||
* code. VeriFast requires includes to occur befor definitions. Hence,
|
||||
* all includes visible to VeriFast must occur before the preprocessed
|
||||
* ones.
|
||||
*/
|
||||
//VF_include #include "FreeRTOSConfig.h"
|
||||
#endif /* VERIFAST */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue