aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-29 18:35:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-29 18:35:19 +0000
commit16e8fe9878944f7bcd69cb6e6636ba8b9c574ab9 (patch)
treecfa5993b63d0189273a76f60348141b9da71648b /LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
parent5e55be1004da26523aa7b85b24e262e5423a102c (diff)
downloadlufa-16e8fe9878944f7bcd69cb6e6636ba8b9c574ab9.tar.gz
lufa-16e8fe9878944f7bcd69cb6e6636ba8b9c574ab9.tar.bz2
lufa-16e8fe9878944f7bcd69cb6e6636ba8b9c574ab9.zip
Fix Serial peripheral driver compile error for XMEGA devices.
Diffstat (limited to 'LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h')
-rw-r--r--LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h b/LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
index 6d8e6ee6e..b5af9c6e2 100644
--- a/LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
+++ b/LUFA/Drivers/Peripheral/XMEGA/Serial_XMEGA.h
@@ -156,7 +156,7 @@
*
* \pre The USART must first be configured via a call to \ref Serial_Init() before the stream is used.
*/
- void Serial_CreateStream(FILE* const Stream);
+ void Serial_CreateStream(FILE* Stream);
/** Identical to \ref Serial_CreateStream(), except that reads are blocking until the calling stream function terminates
* the transfer.
@@ -166,7 +166,7 @@
*
* \pre The USART must first be configured via a call to \ref Serial_Init() before the stream is used.
*/
- void Serial_CreateBlockingStream(FILE* const Stream);
+ void Serial_CreateBlockingStream(FILE* Stream);
/* Inline Functions: */
/** Initializes the USART, ready for serial data transmission and reception. This initializes the interface to