mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update the definition of __inline to build with C99.
This commit is contained in:
parent
25f980aabe
commit
feecfc5319
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
#include "uart.h"
|
#include "uart.h"
|
||||||
|
|
||||||
|
extern u16 UART_FlagStatus(UART_TypeDef *UARTx);
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Function Name : UART_Init
|
* Function Name : UART_Init
|
||||||
* Description : This function initializes the selected UART.
|
* Description : This function initializes the selected UART.
|
||||||
|
|
Loading…
Reference in a new issue