From 91843ba0478cdf90ab579c96c111c1f46196c222 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sun, 20 Apr 2008 16:03:45 +0200 Subject: * digital/io/src - add parenthesis around define value. --- digital/io/src/giboulee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digital/io/src/giboulee.h b/digital/io/src/giboulee.h index eefd1e7c..2e0ce762 100644 --- a/digital/io/src/giboulee.h +++ b/digital/io/src/giboulee.h @@ -45,7 +45,7 @@ /** * Number of step to make a third of a round. */ -#define BOT_ARM_THIRD_ROUND BOT_ARM_STEP_ROUND / 3 +#define BOT_ARM_THIRD_ROUND (BOT_ARM_STEP_ROUND / 3) /** * The number of steps to do to open the input hole when the arm is closing -- cgit v1.2.3