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.
Fork of Timer by
Diff: main.cpp
- Revision:
 - 66:47353c8122de
 - Parent:
 - 65:7bf11abfefc3
 - Child:
 - 67:244bc1cc6678
 
diff -r 7bf11abfefc3 -r 47353c8122de main.cpp
--- a/main.cpp	Thu May 05 01:52:34 2016 +0200
+++ b/main.cpp	Wed May 04 23:58:34 2016 +0000
@@ -63,9 +63,9 @@
 int main(void)
 {
     init();
-    map m(&odo, NULL, controlleurPince, VERT, 1);
+    map m(&odo, NULL, &controlleurPince, VERT, 1);
     m.Build();
-    m.Execute(1);
+    m.Execute(0);
     m.Execute();
     /*drapeau = 0;
     init();
    