aboutsummaryrefslogtreecommitdiff
path: root/usart.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-10-11 23:21:07 +0200
committerKarel Kočí <cynerd@email.cz>2015-10-11 23:21:07 +0200
commit8fa9db4244f4ee33aa47561c569edfa62fe37928 (patch)
tree96bdc3dd01af3f435facf4aaceb8442b01f657d7 /usart.h
parent62c4883af719f5bacd197257387a0071c625e469 (diff)
downloadavr-ioe-8fa9db4244f4ee33aa47561c569edfa62fe37928.tar.gz
avr-ioe-8fa9db4244f4ee33aa47561c569edfa62fe37928.tar.bz2
avr-ioe-8fa9db4244f4ee33aa47561c569edfa62fe37928.zip
Fixes in USART and changes in ave-ioe.mk
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.