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 d6e69ef + 7819909 commit 6b5cbffCopy full SHA for 6b5cbff
targets/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/ONBOARD_UBLOX_PPP.cpp
@@ -23,7 +23,7 @@
23
#include "platform/mbed_thread.h"
24
#include "PinNames.h"
25
26
-#include "UARTSerial.h"
+#include "drivers/BufferedSerial.h"
27
#include "CellularLog.h"
28
29
using namespace mbed;
@@ -77,7 +77,7 @@ void ONBOARD_UBLOX_PPP::press_power_button(int time_ms)
77
78
CellularDevice *CellularDevice::get_target_default_instance()
79
{
80
- static UARTSerial serial(MDMTXD, MDMRXD, 115200);
+ static BufferedSerial serial(MDMTXD, MDMRXD, 115200);
81
#if DEVICE_SERIAL_FC
82
if (MDMRTS != NC && MDMCTS != NC) {
83
tr_debug("Modem flow control: RTS %d CTS %d", MDMRTS, MDMCTS);
0 commit comments