cellular target name change for ublox cellular instance

pull/10529/head
mudassar-ublox 2019-05-03 11:21:38 +05:00
parent bb3fdac760
commit 5f55eedfae
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ using namespace mbed;
CellularDevice *CellularDevice::get_target_default_instance()
{
#if defined(TARGET_UBLOX_C030_R410M)
#if defined(TARGET_UBLOX_C030_R41XM)
static UARTSerial serial(MDMTXD, MDMRXD, MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE);
static ONBOARD_UBLOX_AT device(&serial);
#elif defined(TARGET_UBLOX_C030_N211)