WIP add super basic gps handler
This commit is contained in:
@@ -9,4 +9,4 @@ std::array<uint8_t, 1> uart_interface::new_rx_buf{};
|
||||
template <>
|
||||
uint8_t gps_interface::rx_buff = 0;
|
||||
template <>
|
||||
std::array<uint8_t, 64> gps_interface::new_rx_buf{};
|
||||
std::array<uint8_t, 256> gps_interface::new_rx_buf{};
|
||||
|
||||
Reference in New Issue
Block a user