Initialize the new fields

pull/206/merge^2
dannybackx 8 years ago
parent 49fc8c9643
commit a246823f97
  1. 4
      esp-link/config.c

@ -35,6 +35,10 @@ FlashConfig flashDefault = {
.data_bits = EIGHT_BITS,
.parity = NONE_BITS,
.stop_bits = ONE_STOP_BIT,
.port1_mode = PORT1_MODE,
.port2_mode = PORT2_MODE,
.port1_portnumber = PORT1_PORTNUMBER,
.port2_portnumber = PORT2_PORTNUMBER,
};
typedef union {

Loading…
Cancel
Save