task demo (unsane)

This commit is contained in:
2023-11-14 01:26:35 +01:00
parent 701d3dca7f
commit 4782011fb8
4 changed files with 126 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);
}