Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Cellular_HelloMQTT UBLOXModemDriver UBLOXMQTTDriver
Fork of C027_Support by
Diff: MDM.h
- Revision:
- 130:3189949981ec
- Parent:
- 129:7b747676de86
- Child:
- 131:965a7cbc1e58
diff -r 7b747676de86 -r 3189949981ec MDM.h --- a/MDM.h Fri Aug 21 09:13:56 2015 +0000 +++ b/MDM.h Fri Aug 28 12:40:05 2015 +0000 @@ -6,7 +6,8 @@ #include "Pipe.h" #include "SerialPipe.h" -#ifdef TARGET_UBLOX_C027 +#ifdef TARGET_UBLOX_C027 + // you can change this is you like to use a shield even on the C027 #define MDM_IF(onboard,shield) onboard #else #define MDM_IF(onboard,shield) shield
