From e2aeebe43a9a644f8c36d38e1c3567e3c2348047 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Thu, 11 Aug 2011 19:07:26 +0000 Subject: [PATCH] add position defines git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@44 47cf9a05-e0a8-4ed5-9e9b-101a649bc004 --- TactonPlayer/Tacton.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TactonPlayer/Tacton.hpp b/TactonPlayer/Tacton.hpp index d5ac0d4..0dfa37d 100644 --- a/TactonPlayer/Tacton.hpp +++ b/TactonPlayer/Tacton.hpp @@ -6,10 +6,10 @@ #define POS1_DOWN_FOREWARD 0x08 #define POS1_DOWN_BACKWARD 0x04 -#define POS1_RIGHT 0x01 -#define POS1_UP 0x02 -#define POS1_LEFT 0x04 -#define POS1_DOWN 0x08 +#define POS2_RIGHT 0x01 +#define POS2_UP 0x02 +#define POS2_LEFT 0x04 +#define POS2_DOWN 0x08 class Tacton { -- 2.30.2