Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: example-ublox-cellular-psm
Diff: UbloxCellularBase.cpp
- Revision:
- 5:05fa111c1cf3
- Parent:
- 4:2e640a101db1
- Child:
- 6:8fadf1e49487
--- a/UbloxCellularBase.cpp Mon Jul 31 11:42:37 2017 +0100 +++ b/UbloxCellularBase.cpp Thu Aug 10 14:27:24 2017 +0100 @@ -547,10 +547,6 @@ _at->send("AT&D0") && _at->recv("OK"); // Set DTR circuit, we ignore the state change of DTR } -#if DEVICE_SERIAL_FC - ((UARTSerial *)_fh)->set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS); -#endif - if (!success) { tr_error("Preliminary modem setup failed."); }