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:
Sun Nov 10 18:46:43 2013 +0000
Parent:
11:722101675ce4
Child:
13:fb30e9923a7b
Commit message:
do not use A0 on rev a

Changed in this revision

C027.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C027.cpp	Sun Nov 10 18:44:53 2013 +0000
+++ b/C027.cpp	Sun Nov 10 18:46:43 2013 +0000
@@ -8,11 +8,7 @@
 
 void mbed_die(void)
 {
-#ifdef C027_REVA
-    DigitalOut led(A0);
-#else
     DigitalOut led(LED);
-#endif
     led = 0;
     // Send SOS in Morse Code: // "... --- ...  "
     const char sos[] = "=.=.=...===.===.===...=.=.=......";