aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-03-29 18:14:35 +0100
committerJoel Bodenmann <joel@unormal.org>2013-03-29 18:14:35 +0100
commit2510f3e75b44b84e6ef43275c0818cb90764af2f (patch)
treef286237717faf66ca18b875cb3ed6dd6f7942861 /drivers/ginput
parentd6b75429b25bec5f83cd9eb1db21a8337454d5a6 (diff)
downloaduGFX-2510f3e75b44b84e6ef43275c0818cb90764af2f.tar.gz
uGFX-2510f3e75b44b84e6ef43275c0818cb90764af2f.tar.bz2
uGFX-2510f3e75b44b84e6ef43275c0818cb90764af2f.zip
board file fix
Diffstat (limited to 'drivers/ginput')
-rw-r--r--drivers/ginput/touch/STMPE811/ginput_lld_mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c b/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
index 09360dbc..782c5c06 100644
--- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
+++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
@@ -39,7 +39,7 @@
#if defined(GINPUT_MOUSE_USE_CUSTOM_BOARD) && GINPUT_MOUSE_USE_CUSTOM_BOARD
#include "ginput_lld_mouse_board.h"
-#elif defined(BOARD_EMBEST_DMST4BB)
+#elif defined(BOARD_EMBEST_DMSTF4BB)
#include "ginput_lld_mouse_board_embest_dmstf4bb.h"
#else
#include "ginput_lld_mouse_board_example.h"