From 353fb42e083f624c6200c76a8eea819b33e4cc0b Mon Sep 17 00:00:00 2001 From: dannybackx Date: Tue, 1 Nov 2016 08:04:56 +0100 Subject: [PATCH] Forgot --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0b52b9f..4172785 100644 --- a/Makefile +++ b/Makefile @@ -243,8 +243,6 @@ CFLAGS += -Os -ggdb -std=c99 -Werror -Wpointer-arith -Wundef -Wall -Wl,-EL -fno- -D__ets__ -DICACHE_FLASH -Wno-address -DFIRMWARE_SIZE=$(ESP_FLASH_MAX) \ -DMCU_RESET_PIN=$(MCU_RESET_PIN) -DMCU_ISP_PIN=$(MCU_ISP_PIN) \ -DLED_CONN_PIN=$(LED_CONN_PIN) -DLED_SERIAL_PIN=$(LED_SERIAL_PIN) \ - -DPORT1_PORTNUMBER=$(PORT1_PORTNUMBER) -DPORT1_MODE=$(PORT1_MODE) \ - -DPORT2_PORTNUMBER=$(PORT2_PORTNUMBER) -DPORT2_MODE=$(PORT2_MODE) \ -DVERSION="$(VERSION)" # linker flags used to generate the main object file