Merge pull request #8653 from u-blox/r410m_sdcard

mbed_lib.json updated for other all C030 targets and code corrected t…
pull/8679/head
Martin Kojtal 2018-11-08 14:54:58 +01:00 committed by GitHub
commit 14eadfac44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
"SPI_CLK": "p15",
"SPI_CS": "p14"
},
"UBLOX_C030_U201": {
"UBLOX_C030": {
"SPI_MOSI": "D11",
"SPI_MISO": "D12",
"SPI_CLK": "D13",

View File

@ -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