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.
1 parent 6b89d16 commit 8f57f64Copy full SHA for 8f57f64
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"
@@ -424,7 +424,7 @@ class ESP8266 {
424
mbed::Callback<void()> _callback;
425
426
// UART settings
427
- mbed::UARTSerial _serial;
+ mbed::BufferedSerial _serial;
428
PinName _serial_rts;
429
PinName _serial_cts;
430
rtos::Mutex _smutex; // Protect serial port access
0 commit comments