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)
The GPS module sends about ~380 bytes per second, which led to
overflows of our 256 byte sized ringbuffer.


No differences found