X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3a2c1db6751979ae3e5d7a6fa51026f9c44c71c0..d49cc0f7830319e701294e19937fae4de26ae8e2:/LUFA/Drivers/Peripheral/SerialStream.h diff --git a/LUFA/Drivers/Peripheral/SerialStream.h b/LUFA/Drivers/Peripheral/SerialStream.h index e03ce4128..feadd0a0f 100644 --- a/LUFA/Drivers/Peripheral/SerialStream.h +++ b/LUFA/Drivers/Peripheral/SerialStream.h @@ -70,7 +70,7 @@ extern FILE USARTStream; /* Function Prototypes: */ - #if defined(INCLUDE_FROM_SERIALSTREAM_C) + #if defined(__INCLUDE_FROM_SERIALSTREAM_C) static int SerialStream_TxByte(char DataByte, FILE *Stream) ATTR_NON_NULL_PTR_ARG(2); static int SerialStream_RxByte(FILE *Stream) ATTR_NON_NULL_PTR_ARG(1); #endif