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.
Revision 1:cf8fef856d7c, committed 2015-03-10
- Comitter:
- armink
- Date:
- Tue Mar 10 01:32:10 2015 +0000
- Parent:
- 0:0b569a8f1b28
- Commit message:
- Testing
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- 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) {