Use the updated function

This commit is contained in:
Jason Carpenter 2023-09-10 16:13:16 -04:00
parent edfdc1ff02
commit ce1a19afa6

2
comm.c
View File

@ -421,7 +421,7 @@ void main(void)
__endasm;
}
trade_byte();
trade_byte_primary();
while(_io_status == IO_RECEIVING || _io_status == IO_SENDING);