Spell check library source code files.

This commit is contained in:
Dean Camera 2011-06-01 14:33:40 +00:00
parent 6d2a08f1b7
commit f01a05415c
46 changed files with 72 additions and 72 deletions

View file

@ -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 */