Skip to content

Commit 89077b1

Browse files
committed
fulfill astyle
1 parent fd7b160 commit 89077b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wifi/esp8266-driver/ESP8266/ESP8266.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ bool ESP8266::at_available()
128128
tr_debug("at_available(): Waiting AT response.");
129129
}
130130
// Switch baud-rate from default one to assigned one
131-
if(MBED_CONF_ESP8266_SERIAL_BAUDRATE != ESP8266_DEFAULT_SERIAL_BAUDRATE) {
131+
if (MBED_CONF_ESP8266_SERIAL_BAUDRATE != ESP8266_DEFAULT_SERIAL_BAUDRATE) {
132132
ready &= _parser.send("AT+UART_CUR=%u,8,1,0,0", MBED_CONF_ESP8266_SERIAL_BAUDRATE)
133133
&& _parser.recv("OK\n");
134134
_serial.set_baud(MBED_CONF_ESP8266_SERIAL_BAUDRATE);

0 commit comments

Comments
 (0)