Fork to support REVB hardware.

Dependents:   C027_BootTest_revb C027_EthernetSniffTest C027_M3_SerialEcho C027_HelloWorld_revb ... more

Fork of C027 by u-blox

Revision:
2:b7bd3660ff64
Child:
3:b54777b90da1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C027.cpp	Wed Oct 16 08:55:05 2013 +0000
@@ -0,0 +1,19 @@
+/*  Platform source file, for the u-blox C27-C20/U20/G35 
+*   mbed Internet of Things Starter Kit
+*   http://mbed.org/platforms/u-blox-C027/
+*   
+*/
+
+#include "C027.h"
+
+void mbed_die(void)
+{
+    for (;;)
+    {
+        // nothing to do here
+        
+        // we do not have any fancy leds that 
+        // can be flashed on our platform
+    }
+}
+