]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
removed PTT_INCLUDE etc. since nowhere supported, and obsolete
authorc vw <dl1ycf@darc.de>
Wed, 21 Jul 2021 07:27:36 +0000 (09:27 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 21 Jul 2021 07:27:36 +0000 (09:27 +0200)
by the new actions.c

Makefile
gpio.c

index 3a5040fe8ff9d99309bb06ca60c5c1c302dc2be0..a5fdd1965da3785fb9dae1b0387a024b973abc2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,6 @@ PURESIGNAL_INCLUDE=PURESIGNAL
 # uncomment the line below for various debug facilities
 #DEBUG_OPTION=-D DEBUG
 
-#PTT_INCLUDE=PTT
-
 # very early code not included yet
 #SERVER_INCLUDE=SERVER
 
@@ -127,10 +125,6 @@ LOCALCW_HEADERS= iambic.h
 LOCALCW_OBJS   = iambic.o
 endif
 
-ifeq ($(PTT_INCLUDE),PTT)
-PTT_OPTIONS=-D PTT
-endif
-
 ifeq ($(GPIO_INCLUDE),GPIO)
 GPIOD_VERSION=$(shell pkg-config --modversion libgpiod)
 ifeq ($(GPIOD_VERSION),1.2)
@@ -221,7 +215,6 @@ endif
 OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \
        $(GPIO_OPTIONS) $(GPIOD_OPTIONS) $(SOAPYSDR_OPTIONS) $(LOCALCW_OPTIONS) \
        $(STEMLAB_OPTIONS) \
-        $(PTT_OPTIONS) \
        $(SERVER_OPTIONS) \
        $(AUDIO_OPTIONS) \
        -D GIT_DATE='"$(GIT_DATE)"' -D GIT_VERSION='"$(GIT_VERSION)"' $(DEBUG_OPTION)
diff --git a/gpio.c b/gpio.c
index 9c3c3aea3dda7685fa4e319bbc86b1a3bb63cd5a..39be1f1713d285174a679bf440f02a742c19fef5 100644 (file)
--- a/gpio.c
+++ b/gpio.c
@@ -79,12 +79,6 @@ int ENABLE_CW_BUTTONS=1;
 int CW_ACTIVE_LOW=1;
 #endif
 
-#ifdef PTT
-int ENABLE_PTT_GPIO=1;
-int PTT_GPIO=14;
-int PTT_ACTIVE_LOW=1;
-#endif
-
 enum {
   TOP_ENCODER,
   BOTTOM_ENCODER