aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-04 08:34:01 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-04 08:34:01 +0200
commitf1a974e83e50ca3ad3f4a25cd0a64cb5cc15472e (patch)
treecfaf9c62bcc21844f1ee866a6f1c86bbced6c378
parent701ff382302668be7d438742018b4e1be8c61aea (diff)
downloaduGFX-f1a974e83e50ca3ad3f4a25cd0a64cb5cc15472e.tar.gz
uGFX-f1a974e83e50ca3ad3f4a25cd0a64cb5cc15472e.tar.bz2
uGFX-f1a974e83e50ca3ad3f4a25cd0a64cb5cc15472e.zip
added new ADS7843 board file
-rw-r--r--drivers/ginput/touch/ADS7843/ginput_lld_mouse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
index 7fedaa63..aa7cbb85 100644
--- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
+++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
@@ -26,6 +26,8 @@
#include "ginput_lld_mouse_board_firebull_stm32f103.h"
#elif defined(BOARD_OLIMEX_STM32_E407)
#include "ginput_lld_mouse_board_olimex_stm32_e407.h"
+#elif defined(BOARD_ST_STM32F4_DISCOVERY)
+ #include "ginput_lld_mouse_board_st_stm32f4_discovery.h"
#else
#include "ginput_lld_mouse_board_example.h"
#endif