mirror of https://github.com/ARMmbed/mbed-os.git
Default behavior of C030-R412M should be to use modem IP stack
parent
10bb66a053
commit
3549083f9c
|
|
@ -24,7 +24,7 @@ using namespace mbed;
|
|||
|
||||
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 ONBOARD_UBLOX_AT device(&serial);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue