working receive

This commit is contained in:
2023-02-17 19:19:11 +01:00
parent e313b8f2be
commit 2d3a358dfe
5 changed files with 36 additions and 23 deletions

View File

@@ -1 +1,5 @@
#include "uart_handler.hpp"
template <>
// uint8_t* uart_interface::rx_buff = new uint8_t[10];
uint8_t uart_interface::rx_buff = 0;