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:
- 132:b0034d948385
- Parent:
- 131:8ae08f41bb43
- Parent:
- 130:0d6c072b23ca
- Child:
- 133:0046d2224e39
diff -r 8ae08f41bb43 -r b0034d948385 source/Main.cpp
--- a/source/Main.cpp Mon May 15 14:58:27 2017 +0000
+++ b/source/Main.cpp Mon May 15 15:00:20 2017 +0000
@@ -23,7 +23,7 @@
//This functions will be called every cycle, use for safety and sensor functipons
//*******************************************************************************
- safety();
+ state = safety(state);
