C027 updated to work with latest mBed libraries
Dependents: Cellular_HelloMQTT UBLOXModemDriver UBLOXMQTTDriver
Fork of C027_Support by
Revision 140:20f28fa0210b, committed 2017-01-24
- Comitter:
- michaelVisimid
- Date:
- Tue Jan 24 18:30:04 2017 +0000
- Parent:
- 139:380bee4079a3
- Commit message:
- Add TARGET_NUCLEO_L073RZ to debugging devices
Changed in this revision
MDM.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 380bee4079a3 -r 20f28fa0210b MDM.h --- a/MDM.h Tue Jan 24 17:05:14 2017 +0000 +++ b/MDM.h Tue Jan 24 18:30:04 2017 +0000 @@ -14,10 +14,10 @@ #endif #define MODEM_POWER_PIN PC_1 //! include debug capabilty on more powerful targets with a dedicated debug port -#if defined(TARGET_LPC1768) || defined(TARGET_LPC4088) || defined(TARGET_K64F) +#if defined(TARGET_LPC1768) || defined(TARGET_LPC4088) || defined(TARGET_K64F) || defined(TARGET_NUCLEO_L073RZ) #define MDM_DEBUG #endif -#define MDM_DEBUG + /** basic modem parser class */ class MDMParser