Fork to support REVB hardware.

Dependents:   C027_BootTest_revb C027_EthernetSniffTest C027_M3_SerialEcho C027_HelloWorld_revb ... more

Fork of C027 by u-blox

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Wed Oct 16 09:07:53 2013 +0000
Parent:
2:b7bd3660ff64
Child:
4:7f910a8e77ee
Commit message:
eol fix

Changed in this revision

C027.cpp Show annotated file Show diff for this revision Revisions of this file
C027.h Show annotated file Show diff for this revision Revisions of this file
--- a/C027.cpp	Wed Oct 16 08:55:05 2013 +0000
+++ b/C027.cpp	Wed Oct 16 09:07:53 2013 +0000
@@ -12,8 +12,8 @@
     {
         // nothing to do here
         
-        // we do not have any fancy leds that 
-        // can be flashed on our platform
+        // we do not have fancy leds that 
+        // can be flashed on the C027
     }
 }
 
--- a/C027.h	Wed Oct 16 08:55:05 2013 +0000
+++ b/C027.h	Wed Oct 16 09:07:53 2013 +0000
@@ -6,6 +6,6 @@
 
 #pragma once
 
-// override the weak mbed die function that flashes the leds. 
-// leds are not avilable on the C027 board
-void mbed_die(void);
\ No newline at end of file
+// Override the weak mbed die function that flashes the leds. 
+// We do not have fancy leds that can be flashed on the C027.
+void mbed_die(void);