slip working with int driven rx

This commit is contained in:
2023-09-28 18:03:02 +02:00
parent 5c75cfa63a
commit 8bca815cd2
8 changed files with 160 additions and 27 deletions

View File

@ -15,5 +15,5 @@ void outbyte(char c);
#endif
void outbyte(char c) {
//XUartPs_SendByte(STDOUT_BASEADDRESS, c);
XUartPs_SendByte(STDOUT_BASEADDRESS, c);
}