Board support library for C027

Dependents:   IoTWorkshopLCD IoTWorkshopBuzzer IoTWorkshopSensors C027_USSDTest ... more

Fork of C027 by u-blox

/media/uploads/ublox/c027_pinout_new.png

Revision:
19:61d31c12230d
Parent:
17:8ca897c3cf41
Child:
20:89c45165ee87
--- a/C027.cpp	Sat Apr 12 08:01:14 2014 +0000
+++ b/C027.cpp	Mon May 05 15:44:46 2014 +0000
@@ -3,10 +3,11 @@
 *   http://mbed.org/platforms/u-blox-C027/
 *   
 */
-
-#include "C027.h"
-
-#ifndef TARGET_UBLOX_C027
+#if defined(TARGET_UBLOX_C027) || defined(TARGET_LPC1768)
+ 
+ #include "C027.h"
+ 
+#if !defined(TARGET_UBLOX_C027)
 // override the mbed_die function
 void mbed_die(void)
 {
@@ -183,3 +184,4 @@
         gpsRst   = 1;    // RESET: 1=operating,0=reset
     }
 }
+#endif