lwip both directions working

This commit is contained in:
2023-09-26 12:46:24 +02:00
parent 3697705319
commit 5c75cfa63a
4 changed files with 36 additions and 12 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);
}