Skip to content

Commit 39b4872

Browse files
author
Cruz Monrreal
authored
Merge pull request #8369 from u-blox/ublox-cellular-target
Cellular: UBLOX_C030_R410M cellular target add
2 parents 41bffe1 + 903b6d6 commit 39b4872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/common/CellularTargets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace mbed {
3030
#elif TARGET_MTB_MTS_DRAGONFLY
3131
#define CELLULAR_DEVICE TELIT_HE910
3232
#elif TARGET_UBLOX_C030
33-
#ifdef TARGET_UBLOX_C030_N211
33+
#ifdef TARGET_UBLOX_C030_N211 || TARGET_UBLOX_C030_R410M
3434
#define CELLULAR_DEVICE UBLOX_AT
3535
#else
3636
#define CELLULAR_DEVICE UBLOX_PPP

0 commit comments

Comments
 (0)