]> 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:24:26 +0000 (13:24 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 18 Sep 2010 13:24:26 +0000 (13:24 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1101 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/uIP_Demo_IAR_ARM7/SrcIAR/Board.h

index 0313bfdc67d2017b5152dcfe379a2e91a79f2281..aba67274f0435d5e06c5025225060b3408e67359 100644 (file)
@@ -17,7 +17,7 @@
 #define Board_h\r
 \r
 #include <AT91SAM7X256.h>\r
-#define __inline inline\r
+#define __inline static inline\r
 #include <lib_AT91SAM7X256.h>\r
 \r
 #define true   -1\r