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.
Dependencies: mbed
Fork of Robocode by
Diff: source/Main.cpp
- Revision:
- 130:0d6c072b23ca
- Parent:
- 127:6bde4483ce7b
- Child:
- 132:b0034d948385
diff -r 670a954495bf -r 0d6c072b23ca source/Main.cpp
--- a/source/Main.cpp Mon May 15 13:03:16 2017 +0000
+++ b/source/Main.cpp Mon May 15 13:52:59 2017 +0000
@@ -21,7 +21,7 @@
//This functions will be called every cycle, use for safety and sensor functipons
//*******************************************************************************
- safety();
+ state = safety(state);
