We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bb66a commit 3549083Copy full SHA for 3549083
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/ONBOARD_UBLOX.cpp
@@ -24,7 +24,7 @@ using namespace mbed;
24
25
CellularDevice *CellularDevice::get_target_default_instance()
26
{
27
-#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M)
+#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R41XM)
28
static UARTSerial serial(MDMTXD, MDMRXD, 115200);
29
static ONBOARD_UBLOX_AT device(&serial);
30
#else
0 commit comments