mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9679 from u-blox/R412M_Fix_After_Cellular_Driver_update
Default behavior of C030-R412M should be to use modem IP stackpull/9645/head
commit
270ff3b6de
|
|
@ -24,7 +24,7 @@ using namespace mbed;
|
||||||
|
|
||||||
CellularDevice *CellularDevice::get_target_default_instance()
|
CellularDevice *CellularDevice::get_target_default_instance()
|
||||||
{
|
{
|
||||||
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M)
|
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R41XM)
|
||||||
static UARTSerial serial(MDMTXD, MDMRXD, 115200);
|
static UARTSerial serial(MDMTXD, MDMRXD, 115200);
|
||||||
static ONBOARD_UBLOX_AT device(&serial);
|
static ONBOARD_UBLOX_AT device(&serial);
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue