blob: 094da9a921cbed30c62da860252054080030d49f [file] [log] [blame]
#include "xparameters.h"
#include "xuartlite_l.h"
#ifdef __cplusplus
extern "C" {
#endif
void outbyte(char c);
#ifdef __cplusplus
}
#endif
void outbyte(char c) {
XUartLite_SendByte(STDOUT_BASEADDRESS, c);
}