arm: more uart async & debug stuff
This commit is contained in:
@@ -28,3 +28,7 @@ inline void UartWriteBlocking(std::string_view s) {
|
||||
void HandleUartTxFromIsr(void*, unsigned int transmitted);
|
||||
void HandleUartRxFromIsr(void*, unsigned int);
|
||||
void HandleUartIsr();
|
||||
|
||||
uint8_t UartStatus();
|
||||
|
||||
void LogStuff();
|
||||
|
||||
Reference in New Issue
Block a user