aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/EVK1101/Joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Board/EVK1101/Joystick.h')
-rw-r--r--LUFA/Drivers/Board/EVK1101/Joystick.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/EVK1101/Joystick.h b/LUFA/Drivers/Board/EVK1101/Joystick.h
index eb410deed..e135a4fd5 100644
--- a/LUFA/Drivers/Board/EVK1101/Joystick.h
+++ b/LUFA/Drivers/Board/EVK1101/Joystick.h
@@ -81,10 +81,10 @@
#define JOY_UP (1UL << 7)
/** Mask for the joystick being pushed in the right direction. */
- #define JOY_RIGHT (1UL << 8)
+ #define JOY_RIGHT (1UL << 9)
/** Mask for the joystick being pushed in the downward direction. */
- #define JOY_DOWN (1UL << 9)
+ #define JOY_DOWN (1UL << 8)
/** Mask for the joystick being pushed inward. */
#define JOY_PRESS (1UL << 13)