From 269ccc99a160ddf165058af2e661b8a8fef3cb05 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 18 Sep 2010 13:33:52 +0000 Subject: [PATCH] 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 --- Demo/ARM7_STR71x_IAR/Library/uart.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5