summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/bot.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/guybrush/bot.h')
-rw-r--r--digital/io-hub/src/guybrush/bot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/io-hub/src/guybrush/bot.h b/digital/io-hub/src/guybrush/bot.h
index b2dd2634..aef18b3b 100644
--- a/digital/io-hub/src/guybrush/bot.h
+++ b/digital/io-hub/src/guybrush/bot.h
@@ -58,5 +58,7 @@
#endif
/** Normal cruise speed. */
#define BOT_SPEED_NORMAL 0x50, 0x60, 0x20, 0x20
+/** Approach speed. */
+#define BOT_SPEED_APPROACH 0x20, 0x30, 0x20, 0x20
#endif /* bot_h */