X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7602566a05616e55a943422c783e072b49cadb1d..c58c53dba90fdc19d38f5e5d6957f2ede2a740f3:/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