aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-27 00:42:51 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-27 00:42:51 +0100
commit8bdfc52efed023b492c47bbfd5976db145074b55 (patch)
treec2fa3d86f20832963ff784d25c997930bcf35696 /drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
parente6bb13be05b9633dd65f834f8be1948dc7603f6b (diff)
downloaduGFX-8bdfc52efed023b492c47bbfd5976db145074b55.tar.gz
uGFX-8bdfc52efed023b492c47bbfd5976db145074b55.tar.bz2
uGFX-8bdfc52efed023b492c47bbfd5976db145074b55.zip
FireBull STM32F103 board file for GINPUT
Diffstat (limited to 'drivers/ginput/touch/ADS7843/ginput_lld_mouse.c')
-rw-r--r--drivers/ginput/touch/ADS7843/ginput_lld_mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
index 57508171..9c1a582b 100644
--- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
+++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
@@ -32,9 +32,9 @@
#if (GFX_USE_GINPUT && GINPUT_NEED_MOUSE) /*|| defined(__DOXYGEN__)*/
#include "gdisp.h" /* for coord_t */
+#include "gevent.h"
#include "ginput/ginput_mouse.h" /* for GINPUT_TOUCH_PRESSED */
#include "lld/ginput/mouse.h"
-#include "gevent.h"
#if defined(GINPUT_MOUSE_USE_CUSTOM_BOARD) && GINPUT_MOUSE_USE_CUSTOM_BOARD
#include "ginput_lld_mouse_board.h"