Skip to content

Commit 14eadfa

Browse files
authored
Merge pull request #8653 from u-blox/r410m_sdcard
mbed_lib.json updated for other all C030 targets and code corrected t…
2 parents 0fe6369 + 2806dd8 commit 14eadfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/storage/blockdevice/COMPONENT_SD/config/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"SPI_CLK": "p15",
144144
"SPI_CS": "p14"
145145
},
146-
"UBLOX_C030_U201": {
146+
"UBLOX_C030": {
147147
"SPI_MOSI": "D11",
148148
"SPI_MISO": "D12",
149149
"SPI_CLK": "D13",

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 || TARGET_UBLOX_C030_R410M
33+
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M)
3434
#define CELLULAR_DEVICE UBLOX_AT
3535
#else
3636
#define CELLULAR_DEVICE UBLOX_PPP

0 commit comments

Comments
 (0)