From ce1a19afa61412bdc202f73997ec7dcaf093e6f4 Mon Sep 17 00:00:00 2001 From: Jason Carpenter <5916026+breadbored@users.noreply.github.com> Date: Sun, 10 Sep 2023 16:13:16 -0400 Subject: [PATCH] Use the updated function --- comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);