From 36f15c9baa43a3e242a3533d04f3901b9a3f7e99 Mon Sep 17 00:00:00 2001 From: dannybackx Date: Tue, 1 Nov 2016 09:45:44 +0100 Subject: [PATCH] Fix compile errors --- esp-link/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp-link/config.c b/esp-link/config.c index bb31af5..98fcd21 100644 --- a/esp-link/config.c +++ b/esp-link/config.c @@ -37,8 +37,8 @@ FlashConfig flashDefault = { .stop_bits = ONE_STOP_BIT, .telnet_port1 = 23, .telnet_port2 = 2323, - .telnet_port1Mode = 0, - .telnet_port2Mode = 0, + .telnet_port1mode = 0, + .telnet_port2mode = 0, }; typedef union {