]> git.sur5r.net Git - freertos/commitdiff
Update the definition of __inline to build with C99.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 18 Sep 2010 13:20:52 +0000 (13:20 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 18 Sep 2010 13:20:52 +0000 (13:20 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1100 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_AT91SAM7S64_IAR/SrcIAR/Board.h

index f6da8060c5b4129a5c1a55d06d4b651b894bbe09..8615f72c884d396e8a97d2d085c682ff5e1ceed8 100644 (file)
@@ -17,7 +17,7 @@
 #define Board_h\r
 \r
 #include "AT91SAM7S64.h"\r
-#define __inline inline\r
+#define __inline static inline\r
 #include "lib_AT91SAM7S64.h"\r
 \r
 #define true   -1\r