aboutsummaryrefslogtreecommitdiff
path: root/usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'usart.h')
-rw-r--r--usart.h2
1 files changed, 1 insertions, 1 deletions
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.