diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-09-16 01:44:42 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-09-16 01:44:42 +0200 |
| commit | 0d7af34486f15d8f31f8474f17cad698923cadcb (patch) | |
| tree | a8489b916733589bbf90f25f3d654ade9353e4a1 /Source/Serial.c | |
| parent | f2a6798f1da7231facec93305f8c157f1a56f072 (diff) | |
| download | airport-0d7af34486f15d8f31f8474f17cad698923cadcb.tar.gz | |
* Trimmed ending whitespaces.
* Makefile now generates output TIM files automatically, using 'cat whatever.flags' files as flags for bmp2tim.
Diffstat (limited to 'Source/Serial.c')
| -rw-r--r-- | Source/Serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Serial.c b/Source/Serial.c index 8711245..528e97b 100644 --- a/Source/Serial.c +++ b/Source/Serial.c @@ -52,7 +52,7 @@ bool SerialRead(uint8_t* ptrArray, size_t nBytes) do { //uint16_t timeout = SERIAL_TX_RX_TIMEOUT; - + while ( (SIOCheckInBuffer() == SERIAL_RX_FIFO_EMPTY)); // Wait for RX FIFO not empty *(ptrArray++) = SIOReadByte(); |
