summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-17 06:31:55 +0200
committerNicolas Schodet2012-05-17 06:31:55 +0200
commit2f2d5b35727721a130e98cdcff88f8bb0bf33be3 (patch)
tree0c8b342b972fb976e50904bf5d6620de01d042ae
parent6ec5514a1a5a5c3bce1dbff2ca6e9ecf8b9891d0 (diff)
digital/io-hub/src/guybrush: slow down pushing approachcup-2012-approval
-rw-r--r--digital/io-hub/src/guybrush/bot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/guybrush/bot.h b/digital/io-hub/src/guybrush/bot.h
index 5764aa59..e146f796 100644
--- a/digital/io-hub/src/guybrush/bot.h
+++ b/digital/io-hub/src/guybrush/bot.h
@@ -65,6 +65,6 @@
/** Normal cruise speed. */
#define BOT_SPEED_NORMAL 0x50, 0x60, 0x20, 0x20
/** Approach speed. */
-#define BOT_SPEED_APPROACH 0x20, 0x30, 0x20, 0x20
+#define BOT_SPEED_APPROACH 0x20, 0x30, 0x10, 0x20
#endif /* bot_h */