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: Map/Objectif/objectif.cpp
- Revision:
- 62:80a81e4ad9f8
- Parent:
- 60:8d2320a54a32
- Child:
- 63:176d04975f06
--- a/Map/Objectif/objectif.cpp Wed May 04 23:37:16 2016 +0200
+++ b/Map/Objectif/objectif.cpp Wed May 04 23:38:38 2016 +0200
@@ -10,7 +10,8 @@
y_objectif = ny_obj;
thet_objectif = nthet_obj;
}
-bool Objectif::Action () {
+
+bool objectif::Action () {
switch(type) {
case OBJ_BLOC:
return obj_bloc_action();
@@ -23,10 +24,10 @@
}
}
-bool Objectif::obj_bloc_action () {
+bool objectif::obj_bloc_action () {
return true;
}
-bool Objectif::obj_para_action(); () {
+bool objectif::obj_para_action(); () {
return true;
}
\ No newline at end of file
