mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 05:17:43 +08:00
Update the definition of __inline to build with C99.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#define Board_h
|
||||
|
||||
#include <AT91SAM7X256.h>
|
||||
#define __inline inline
|
||||
#define __inline static inline
|
||||
#include <lib_AT91SAM7X256.h>
|
||||
|
||||
#define true -1
|
||||
|
Reference in New Issue
Block a user