From: richardbarry Date: Sat, 18 Sep 2010 13:33:52 +0000 (+0000) Subject: Update the definition of __inline to build with C99. X-Git-Tag: V6.1.0~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=269ccc99a160ddf165058af2e661b8a8fef3cb05;p=freertos Update the definition of __inline to build with C99. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1102 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_STR71x_IAR/Library/uart.c b/Demo/ARM7_STR71x_IAR/Library/uart.c index c299345ca..8e01a97ed 100644 --- a/Demo/ARM7_STR71x_IAR/Library/uart.c +++ b/Demo/ARM7_STR71x_IAR/Library/uart.c @@ -19,6 +19,8 @@ #include "uart.h" +extern u16 UART_FlagStatus(UART_TypeDef *UARTx); + /******************************************************************************* * Function Name : UART_Init * Description : This function initializes the selected UART.