mbv: async debugging in progres...
This commit is contained in:
@@ -84,7 +84,8 @@ void UartWriteCrash(std::span<const std::byte> data) {
|
||||
}
|
||||
while (XUartLite_IsSending(uart0)) {
|
||||
}
|
||||
XUartLite_Send(uart0, nullptr, 0); // reset buffer before enabling interrupts
|
||||
XUartLite_Send(uart0, nullptr,
|
||||
0); // reset buffer before enabling interrupts
|
||||
XUartLite_EnableInterrupt(uart0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user