mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Update the definition of __inline to build with C99.
This commit is contained in:
parent
d27e63a8ca
commit
25f980aabe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue