From: John Melton G0ORX <john.d.melton@googlemail.com>
Date: Fri, 31 Jan 2020 17:21:06 +0000 (+0000)
Subject: removed gpio_menu
X-Git-Url: https://git.rkrishnan.org/components/%22file:/frontends/using.html?a=commitdiff_plain;h=aaf79d5c6dd44087cc1a0ec4c45770f0c8e3d9e1;p=pihpsdr.git

removed gpio_menu
---

diff --git a/Makefile b/Makefile
index 82bce34..ca3767f 100644
--- a/Makefile
+++ b/Makefile
@@ -106,21 +106,18 @@ ifeq ($(GPIO_INCLUDE),GPIO)
   GPIO_SOURCES= \
   configure.c \
   i2c.c \
-  gpio_menu.c \
   gpio.c \
   encoder_menu.c \
   switch_menu.c
   GPIO_HEADERS= \
   configure.h \
   i2c.h \
-  gpio_menu.h \
   gpio.h \
   encoder_menu.h \
   switch_menu.h
   GPIO_OBJS= \
   configure.o \
   i2c.o \
-  gpio_menu.o\
   gpio.o \
   encoder_menu.o \
   switch_menu.o