Skip to content

Commit

Permalink
Merge pull request #8653 from u-blox/r410m_sdcard
Browse files Browse the repository at this point in the history
mbed_lib.json updated for other all C030 targets and code corrected t…
  • Loading branch information
0xc0170 committed Nov 8, 2018
2 parents 0fe6369 + 2806dd8 commit 14eadfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"SPI_CLK": "p15",
"SPI_CS": "p14"
},
"UBLOX_C030_U201": {
"UBLOX_C030": {
"SPI_MOSI": "D11",
"SPI_MISO": "D12",
"SPI_CLK": "D13",
Expand Down
2 changes: 1 addition & 1 deletion features/cellular/framework/common/CellularTargets.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 || TARGET_UBLOX_C030_R410M
#if defined(TARGET_UBLOX_C030_N211) || defined(TARGET_UBLOX_C030_R410M)
#define CELLULAR_DEVICE UBLOX_AT
#else
#define CELLULAR_DEVICE UBLOX_PPP
Expand Down

0 comments on commit 14eadfa

Please sign in to comment.