Example #1
0
void put_char(int HwPort, unsigned char byte)
{
	hw_dev.PutChar(&hw_dev, &byte);
}