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 8e3d100 commit b3250b6Copy full SHA for b3250b6
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/ONBOARD_UBLOX.cpp
@@ -27,6 +27,7 @@ CellularDevice *CellularDevice::get_target_default_instance()
27
{
28
#if defined(TARGET_UBLOX_C030_R41XM)
29
static UARTSerial serial(MDMTXD, MDMRXD, MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE);
30
+ serial.set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS);
31
static ONBOARD_UBLOX_AT device(&serial);
32
#elif defined(TARGET_UBLOX_C030_N211)
33
0 commit comments