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.
Diff: main.cpp
- Revision:
- 1:cf8fef856d7c
- Parent:
- 0:0b569a8f1b28
diff -r 0b569a8f1b28 -r cf8fef856d7c main.cpp --- a/main.cpp Tue Mar 10 01:20:52 2015 +0000 +++ b/main.cpp Tue Mar 10 01:32:10 2015 +0000 @@ -1,6 +1,7 @@ #include "mbed.h" DigitalOut myled(LED1); +void test(); int main() { while(1) {