diff options
Diffstat (limited to 'usart.h')
-rw-r--r-- | usart.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ uint8_t usart_inbuffered(void); uint8_t usart_outbuffered(void); #endif #if (defined CONFIG_IOE_USART_INFILE) || (defined CONFIG_IOE_USART_OUTFILE) -FILE *spi_open(void); +FILE *usart_async_open(void); #endif // Following function must be user defined if relevant buffers not used. |