Fix header files for ginput touch drivers
This commit is contained in:
parent
a88e0903ec
commit
c0f68cd748
3 changed files with 6 additions and 12 deletions
|
@ -28,13 +28,11 @@
|
|||
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "gfx.h"
|
||||
|
||||
#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 "ginput/lld/mouse.h"
|
||||
|
||||
#if defined(GINPUT_MOUSE_USE_CUSTOM_BOARD) && GINPUT_MOUSE_USE_CUSTOM_BOARD
|
||||
#include "ginput_lld_mouse_board.h"
|
||||
|
|
|
@ -28,13 +28,11 @@
|
|||
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "gfx.h"
|
||||
|
||||
#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 "ginput/lld/mouse.h"
|
||||
|
||||
#if defined(GINPUT_MOUSE_USE_CUSTOM_BOARD) && GINPUT_MOUSE_USE_CUSTOM_BOARD
|
||||
#include "ginput_lld_mouse_board.h"
|
||||
|
|
|
@ -28,13 +28,11 @@
|
|||
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "gfx.h"
|
||||
|
||||
#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 "ginput/lld/mouse.h"
|
||||
|
||||
#if defined(GINPUT_MOUSE_USE_CUSTOM_BOARD) && GINPUT_MOUSE_USE_CUSTOM_BOARD
|
||||
#include "ginput_lld_mouse_board.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue