common: Increase size of the UART receive ringbuffer.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 4 Jan 2020 17:24:44 +0000 (18:24 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 6 Jan 2020 09:45:34 +0000 (10:45 +0100)
commitedaa0dd45e4cc28c2b7b0f4888bd16d71236269a
treef701bf11874ba237c9a7ee149bd2b4f0d4e146d2
parentaae0fbad25fcb502bf425eac753d83c0a6fce1cd
common: Increase size of the UART receive ringbuffer.

The GPS module sends about ~380 bytes per second, which led to
overflows of our 256 byte sized ringbuffer.
src/common/uart0.c