]> git.sur5r.net Git - freertos/blob
8b56036b7677518b290df22d590cdad568fbdad4
[freertos] /
1 #include "xparameters.h"
2 #include "xuartps_hw.h"
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void outbyte(char c); 
8
9 #ifdef __cplusplus
10 }
11 #endif 
12
13 void outbyte(char c) {
14          XUartPs_SendByte(STDOUT_BASEADDRESS, c);
15 }