removed features from ip stack that crash ip stack

This commit is contained in:
2023-09-25 14:27:23 +02:00
parent 69e14e14cf
commit 3697705319
3 changed files with 13 additions and 10 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);
}