mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update the definition of __inline to build with C99.
This commit is contained in:
parent
59204f7720
commit
d27e63a8ca
|
@ -17,7 +17,7 @@
|
|||
#define Board_h
|
||||
|
||||
#include "AT91SAM7S64.h"
|
||||
#define __inline inline
|
||||
#define __inline static inline
|
||||
#include "lib_AT91SAM7S64.h"
|
||||
|
||||
#define true -1
|
||||
|
|
Loading…
Reference in a new issue