common: Make Gps::update() access UART0's receive buffer via a closure.
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 8 Jan 2020 17:30:19 +0000 (18:30 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 14:19:36 +0000 (15:19 +0100)
This will allow us to write tests for Gps without providing a fake
implementation of the UART reader function in the test.


No differences found