mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-06 12:29:03 -04:00
Update the definition of __inline to build with C99.
This commit is contained in:
parent
d27e63a8ca
commit
25f980aabe
|
@ -17,7 +17,7 @@
|
|||
#define Board_h
|
||||
|
||||
#include <AT91SAM7X256.h>
|
||||
#define __inline inline
|
||||
#define __inline static inline
|
||||
#include <lib_AT91SAM7X256.h>
|
||||
|
||||
#define true -1
|
||||
|
|
Loading…
Reference in a new issue