From 2f2d5b35727721a130e98cdcff88f8bb0bf33be3 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 17 May 2012 06:31:55 +0200 Subject: digital/io-hub/src/guybrush: slow down pushing approach --- digital/io-hub/src/guybrush/bot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/guybrush') 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 */ -- cgit v1.2.3