tftp demo on uart0 (NSFZed)

This commit is contained in:
2023-09-28 22:52:18 +02:00
parent 8bca815cd2
commit 1ba3d9412d
4 changed files with 51 additions and 7 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);
}