From 8941a58e0abe1e3f5f18283c163e1b698499ca9e Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 1 Apr 2023 08:32:31 -0700 Subject: [PATCH] Make USB RS232 dongle the default connection --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 996e9d8..36ae301 100755 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ SHAREDIR=$(DESTDIR)/usr/share/a2pi endif BIN=a2joy a2joymou a2joypad a2mon a2term fusea2pi a2pidcmd dskread dskwrite bload brun nibread dskformat eddread SBIN=a2pid -A2PIDEFS=-DSETSERCLK +# A2PIDEFS=-DSETSERCLK all: $(BIN) $(SBIN)