Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
Add missing syntax
  • Loading branch information
deece authored Feb 13, 2017
1 parent acc7c90 commit b87c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-link/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FlashConfig flashDefault = {
.sntp_server = "us.pool.ntp.org\0",
.syslog_host = "\0", .syslog_minheap = 8192, .syslog_filter = 7, .syslog_showtick = 1, .syslog_showdate = 0,
.mdns_enable = 1, .mdns_servername = "http\0", .timezone_offset = 0,
.uart0_tx_enable_pin = -1
.uart0_tx_enable_pin = -1,
.data_bits = EIGHT_BITS,
.parity = NONE_BITS,
.stop_bits = ONE_STOP_BIT,
Expand Down

0 comments on commit b87c7a2

Please sign in to comment.