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

Demo/ARM7_STR71x_IAR/Library/uart.c

index c299345caf0e188b17b6ad7683aabfd63f43c9fd..8e01a97edc58b1941acb89904dc7a2986b720f7b 100644 (file)
@@ -19,6 +19,8 @@
 \r
 #include "uart.h"\r
 \r
+extern u16 UART_FlagStatus(UART_TypeDef *UARTx);\r
+\r
 /*******************************************************************************\r
 * Function Name  : UART_Init\r
 * Description    : This function initializes the selected UART.\r