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.
Dependents: C027_BootTest_revb C027_EthernetSniffTest C027_M3_SerialEcho C027_HelloWorld_revb ... more
Fork of C027 by
Diff: C027.h
- Revision:
- 3:b54777b90da1
- Parent:
- 2:b7bd3660ff64
- Child:
- 5:ff17f16cf70a
diff -r b7bd3660ff64 -r b54777b90da1 C027.h --- 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);
