From dcac94034fb87608cb113d474abacdafc424ca07 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 4 Jun 2011 09:51:49 +0200 Subject: digital/io-hub: a little bit quicker --- digital/io-hub/src/robospierre/bot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/robospierre/bot.h') diff --git a/digital/io-hub/src/robospierre/bot.h b/digital/io-hub/src/robospierre/bot.h index fbbeeb7e..3996f10e 100644 --- a/digital/io-hub/src/robospierre/bot.h +++ b/digital/io-hub/src/robospierre/bot.h @@ -69,7 +69,7 @@ # define BOT_SPEED_INIT 0x10, 0x10, 0x10, 0x10 #endif /** Normal cruise speed. */ -#define BOT_SPEED_NORMAL 0x40, 0x40, 0x20, 0x20 +#define BOT_SPEED_NORMAL 0x50, 0x60, 0x20, 0x20 #ifdef HOST -- cgit v1.2.3