diff sw/mcsi-rxtx/mainloop.c @ 11:e93a11f44e6f

fc-mcsi-rxtx: implement basic Tx
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2024 06:34:42 +0000
parents 62579cfff4fc
children 315428573a25
line wrap: on
line diff
--- a/sw/mcsi-rxtx/mainloop.c	Mon Oct 28 06:11:23 2024 +0000
+++ b/sw/mcsi-rxtx/mainloop.c	Mon Oct 28 06:34:42 2024 +0000
@@ -71,6 +71,7 @@
 			if (off >= sizeof(buf)) {
 				process_rx_block(buf);
 				off = 0;
+				transmit_20ms_block();
 			}
 		}
 		fflush(stdout);