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 CRAC-Strat_2017_fin_premier_match by
Revision 24:4a28a72781a6, committed 2017-05-25
- Comitter:
- ClementBreteau
- Date:
- Thu May 25 17:17:42 2017 +0000
- Parent:
- 23:ab87d308eaf9
- Commit message:
- code de strat avant match2
Changed in this revision
Strategie/Strategie.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Strategie/Strategie.cpp Thu May 25 17:14:58 2017 +0000 +++ b/Strategie/Strategie.cpp Thu May 25 17:17:42 2017 +0000 @@ -311,7 +311,7 @@ { localData1 = -localData1;//Inversion de la direction #ifdef ROBOT_BIG - localData2 = -localData2; + localData2 = localData2; #endif }