Fix compile errors

pull/205/head
dannybackx 8 years ago
parent 27e6b5d430
commit 36f15c9baa
  1. 4
      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 {

Loading…
Cancel
Save