X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/99d8a3936384d1e9286dfecfb6f7896294cd6c11..97143bf81480d3f642e33684349c601d5cd0b1ae:/LUFA/Drivers/Peripheral/Serial.c?ds=inline diff --git a/LUFA/Drivers/Peripheral/Serial.c b/LUFA/Drivers/Peripheral/Serial.c index 0d97e28b8..b1141de14 100644 --- a/LUFA/Drivers/Peripheral/Serial.c +++ b/LUFA/Drivers/Peripheral/Serial.c @@ -30,7 +30,7 @@ #include "Serial.h" -void Serial_TxString_P(const char *FlashStringPtr) +void Serial_TxString_P(const char* FlashStringPtr) { uint8_t CurrByte; @@ -41,7 +41,7 @@ void Serial_TxString_P(const char *FlashStringPtr) } } -void Serial_TxString(const char *StringPtr) +void Serial_TxString(const char* StringPtr) { uint8_t CurrByte;