From 903b6d6d19ec277029346b4fa07fd45bc414423e Mon Sep 17 00:00:00 2001 From: mudassar-ublox Date: Fri, 5 Oct 2018 17:21:51 +0500 Subject: [PATCH] C030_R410M cellular target added --- features/cellular/framework/common/CellularTargets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/framework/common/CellularTargets.h b/features/cellular/framework/common/CellularTargets.h index 5bfb1b45c1..0192ff9f5f 100644 --- a/features/cellular/framework/common/CellularTargets.h +++ b/features/cellular/framework/common/CellularTargets.h @@ -30,7 +30,7 @@ namespace mbed { #elif TARGET_MTB_MTS_DRAGONFLY #define CELLULAR_DEVICE TELIT_HE910 #elif TARGET_UBLOX_C030 -#ifdef TARGET_UBLOX_C030_N211 +#ifdef TARGET_UBLOX_C030_N211 || TARGET_UBLOX_C030_R410M #define CELLULAR_DEVICE UBLOX_AT #else #define CELLULAR_DEVICE UBLOX_PPP