diff sw/mcsi-rxtx/Makefile @ 11:e93a11f44e6f

fc-mcsi-rxtx: implement basic Tx
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2024 06:34:42 +0000
parents 8a386263dd51
children 315428573a25
line wrap: on
line diff
--- a/sw/mcsi-rxtx/Makefile	Mon Oct 28 06:11:23 2024 +0000
+++ b/sw/mcsi-rxtx/Makefile	Mon Oct 28 06:34:42 2024 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROG=	fc-mcsi-rxtx
-OBJS=	main.o mainloop.o rx_samples.o ttymagic.o usercmd.o
+OBJS=	main.o mainloop.o rx_samples.o ttymagic.o tx_func.o usercmd.o
 LIBS=	../libserial/libserial.a
 
 INSTALL_PREFIX=	/opt/freecalypso