summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/bot.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/bot.h')
-rw-r--r--digital/io/src/bot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/digital/io/src/bot.h b/digital/io/src/bot.h
index aff6ada0..78e9a51f 100644
--- a/digital/io/src/bot.h
+++ b/digital/io/src/bot.h
@@ -35,12 +35,6 @@
#define MATCH_DURATION_MS 90000
/**
- * How to compute a angle for the robot?
- * One degree is 65536 / 360
- */
-#define BOT_ANGLE_DEGREE (65536 / 360)
-
-/**
* The scaling factor, millimeter per step.
*/
#ifdef HOST