ip over slip outgoing works

This commit is contained in:
2023-09-22 16:38:05 +02:00
parent 2b6a8a501b
commit 69e14e14cf
4 changed files with 58 additions and 45 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);
}