X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1a130eed6c990701642afc1a1e9738dfd86b0d4b..46aea9d4ce0948f2340bfddc1c5a1bcc889e8840:/Projects/XPLAINBridge/Lib/SoftUART.c?ds=inline diff --git a/Projects/XPLAINBridge/Lib/SoftUART.c b/Projects/XPLAINBridge/Lib/SoftUART.c index 370e806ac..9ee103d92 100644 --- a/Projects/XPLAINBridge/Lib/SoftUART.c +++ b/Projects/XPLAINBridge/Lib/SoftUART.c @@ -52,7 +52,7 @@ static uint8_t RX_BitsRemaining; static uint8_t RX_Data; -/** Initialises the software UART, ready for data transmission and reception into the global ring buffers. */ +/** Initializes the software UART, ready for data transmission and reception into the global ring buffers. */ void SoftUART_Init(void) { /* Set TX pin to output high, enable RX pull-up */