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: header/Safety.h
- Revision:
- 136:b35f2d9b7402
- Parent:
- 130:0d6c072b23ca
--- a/header/Safety.h Tue May 16 15:24:23 2017 +0000
+++ b/header/Safety.h Tue May 16 16:18:29 2017 +0000
@@ -3,7 +3,7 @@
#include "Robot.h"
#include "Movement.h"
-int safety(int state);
+bool safety();
int emergency_shutdown();
int colision_detected();
