Merge pull request #9679 from u-blox/R412M_Fix_After_Cellular_Driver_update

Default behavior of C030-R412M should be to use modem IP stack
pull/9645/head
Cruz Monrreal 2019-02-12 20:27:42 -06:00 committed by GitHub
commit 270ff3b6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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