diff options
Diffstat (limited to 'boards')
-rw-r--r-- | boards/base/HY-MiniSTM32V/gmouse_lld_ADS7843_board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/HY-MiniSTM32V/gmouse_lld_ADS7843_board.h b/boards/base/HY-MiniSTM32V/gmouse_lld_ADS7843_board.h index 840692d2..9b2668a6 100644 --- a/boards/base/HY-MiniSTM32V/gmouse_lld_ADS7843_board.h +++ b/boards/base/HY-MiniSTM32V/gmouse_lld_ADS7843_board.h @@ -28,7 +28,7 @@ #define GMOUSE_ADS7843_FINGER_MOVE_ERROR 14 // How much extra data to allocate at the end of the GMouse structure for the board's use -#define BOARD_DATA_SIZE 0 +#define GMOUSE_ADS7843_BOARD_DATA_SIZE 0 static const SPIConfig spicfg = { 0, |