add position defines
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 11 Aug 2011 19:07:26 +0000 (19:07 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 11 Aug 2011 19:07:26 +0000 (19:07 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@44 47cf9a05-e0a8-4ed5-9e9b-101a649bc004

TactonPlayer/Tacton.hpp

index d5ac0d44d61d963674a53ed8a3906606a5b67e3a..0dfa37d35935ab123b5db44447a16edfca80ab62 100644 (file)
@@ -6,10 +6,10 @@
 #define POS1_DOWN_FOREWARD 0x08\r
 #define POS1_DOWN_BACKWARD 0x04\r
 \r
-#define POS1_RIGHT 0x01\r
-#define POS1_UP 0x02\r
-#define POS1_LEFT 0x04\r
-#define POS1_DOWN 0x08\r
+#define POS2_RIGHT 0x01\r
+#define POS2_UP 0x02\r
+#define POS2_LEFT 0x04\r
+#define POS2_DOWN 0x08\r
 \r
 class Tacton \r
 {\r