From 3e26004ed564beface858cca7412c1761dbce568 Mon Sep 17 00:00:00 2001 From: dannybackx Date: Tue, 1 Nov 2016 08:05:42 +0100 Subject: [PATCH] Remove --- esp-link/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/esp-link/config.h b/esp-link/config.h index fecf5c3..65195d2 100644 --- a/esp-link/config.h +++ b/esp-link/config.h @@ -41,10 +41,6 @@ typedef struct { int8_t data_bits; int8_t parity; int8_t stop_bits; - int8_t port1_mode, // Security - port2_mode; - uint16_t port1_portnumber, - port2_portnumber; } FlashConfig; extern FlashConfig flashConfig;