We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b5cbff + efb5127 commit 67cf9f7Copy full SHA for 67cf9f7
components/wifi/esp8266-driver/ESP8266/ESP8266.h
@@ -20,7 +20,7 @@
20
#if DEVICE_SERIAL && DEVICE_INTERRUPTIN && defined(MBED_CONF_EVENTS_PRESENT) && defined(MBED_CONF_NSAPI_PRESENT) && defined(MBED_CONF_RTOS_API_PRESENT)
21
#include <stdint.h>
22
23
-#include "drivers/UARTSerial.h"
+#include "drivers/BufferedSerial.h"
24
#include "features/netsocket/nsapi_types.h"
25
#include "features/netsocket/WiFiAccessPoint.h"
26
#include "PinNames.h"
@@ -427,7 +427,7 @@ class ESP8266 {
427
mbed::Callback<void()> _callback;
428
429
// UART settings
430
- mbed::UARTSerial _serial;
+ mbed::BufferedSerial _serial;
431
PinName _serial_rts;
432
PinName _serial_cts;
433
rtos::Mutex _smutex; // Protect serial port access
0 commit comments