Skip to content

Commit 270ff3b

Browse files
author
Cruz Monrreal
authored
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
2 parents e84319f + 3549083 commit 270ff3b

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/ONBOARD_UBLOX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using namespace mbed;
2424

2525
CellularDevice *CellularDevice::get_target_default_instance()
2626
{
27-
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M)
27+
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R41XM)
2828
static UARTSerial serial(MDMTXD, MDMRXD, 115200);
2929
static ONBOARD_UBLOX_AT device(&serial);
3030
#else

0 commit comments

Comments
 (0)