From aaf79d5c6dd44087cc1a0ec4c45770f0c8e3d9e1 Mon Sep 17 00:00:00 2001 From: John Melton G0ORX Date: Fri, 31 Jan 2020 17:21:06 +0000 Subject: [PATCH] removed gpio_menu --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.45.2