boards/arm/stm32/stm3210e-eval/include/board.h: Fix buttons bits when

CONFIG_DJOYSTICK is enabled.
This commit is contained in:
Ouss4
2020-06-10 21:33:43 +01:00
committed by patacongo
parent 48dffbb2db
commit 72ff383265
@@ -213,7 +213,7 @@
#define BUTTON_TAMPER_BIT (1 << BUTTON_TAMPER)
#define BUTTON_KEY_BIT (1 << BUTTON_KEY)
#ifdef CONFIG_DJOYSTICK
#ifndef CONFIG_DJOYSTICK
# define JOYSTICK_SEL_BIT (1 << JOYSTICK_SEL)
# define JOYSTICK_DOWN_BIT (1 << JOYSTICK_DOWN)
# define JOYSTICK_LEFT_BIT (1 << JOYSTICK_LEFT)