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.
Fork of C027_Support by
Diff: MDM.h
- Revision:
- 125:25a292afbac6
- Parent:
- 124:65eb7d58f2da
- Child:
- 126:bfbb9e19f6e0
diff -r 65eb7d58f2da -r 25a292afbac6 MDM.h
--- a/MDM.h Thu Aug 20 08:07:37 2015 +0000
+++ b/MDM.h Thu Aug 20 13:47:29 2015 +0000
@@ -32,9 +32,8 @@
// ----------------------------------------------------------------
//! MT Device Types
typedef enum { DEV_UNKNOWN,
- DEV_SARA_G350, DEV_LISA_U200, DEV_LISA_C200,
- DEV_SARA_U260, DEV_SARA_U270, DEV_LEON_G200,
- DEV_TOBY_L200, DEV_TOBY_L201, DEV_TOBY_L210, } Dev;
+ DEV_SARA_G35, DEV_LISA_U2, DEV_LISA_C2,
+ DEV_SARA_U2, DEV_LEON_G2, DEV_TOBY_L2, DEV_MPCI_L2 } Dev;
//! SIM Status
typedef enum { SIM_UNKNOWN, SIM_MISSING, SIM_PIN, SIM_READY } Sim;
//! SIM Status
