starting work on tmtcbridge

This commit is contained in:
2023-10-27 13:43:34 +02:00
parent 528fe38397
commit a4bcbf64cc
4 changed files with 6 additions and 2 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);
}