From 8fa9db4244f4ee33aa47561c569edfa62fe37928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 11 Oct 2015 23:21:07 +0200 Subject: Fixes in USART and changes in ave-ioe.mk --- usart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usart.h') diff --git a/usart.h b/usart.h index 8ff0773..fec7a1a 100644 --- a/usart.h +++ b/usart.h @@ -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. -- cgit v1.2.3