diff --git a/comm.c b/comm.c index 8ee41ef..89c49b2 100644 --- a/comm.c +++ b/comm.c @@ -421,7 +421,7 @@ void main(void) __endasm; } - trade_byte(); + trade_byte_primary(); while(_io_status == IO_RECEIVING || _io_status == IO_SENDING);