diff options
author | Tectu <joel@unormal.org> | 2012-11-26 08:03:07 -0800 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-11-26 08:03:07 -0800 |
commit | b5d8cc20869fca140044610311ac3414437ec254 (patch) | |
tree | fcb202fb077e7d78e1381e5ef531bbf96dcca3cf /include/touchscreen.h | |
parent | ac5267af6af5508d4391fddb3d27c8d45879950a (diff) | |
parent | 8275c8820f230342939a2410dd0b24c0f26a14e5 (diff) | |
download | uGFX-b5d8cc20869fca140044610311ac3414437ec254.tar.gz uGFX-b5d8cc20869fca140044610311ac3414437ec254.tar.bz2 uGFX-b5d8cc20869fca140044610311ac3414437ec254.zip |
Merge pull request #23 from inmarket/master
Ginput and structure changes
Diffstat (limited to 'include/touchscreen.h')
-rw-r--r-- | include/touchscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/touchscreen.h b/include/touchscreen.h index 253855ca..5a84afdf 100644 --- a/include/touchscreen.h +++ b/include/touchscreen.h @@ -40,7 +40,7 @@ /*===========================================================================*/
/* Include the low level driver information */
-#include "touchscreen_lld.h"
+#include "lld/touchscreen/touchscreen_lld.h"
/* For definitions of coord_t, we require gdisp.h */
#include "gdisp.h"
|