diff options
author | etmatrix <enzo@nessuno.nessuno> | 2012-12-17 21:23:23 +0100 |
---|---|---|
committer | etmatrix <enzo@nessuno.nessuno> | 2012-12-17 21:23:23 +0100 |
commit | e39e9e7604aff9404aef80857749aa07fb29c250 (patch) | |
tree | b6e0dcfe98474dcca79a45bdfca4db7cecdb590b /drivers | |
parent | 69c2c7ef9121fb1883ceb02c6b9f60a446587a65 (diff) | |
download | uGFX-e39e9e7604aff9404aef80857749aa07fb29c250.tar.gz uGFX-e39e9e7604aff9404aef80857749aa07fb29c250.tar.bz2 uGFX-e39e9e7604aff9404aef80857749aa07fb29c250.zip |
correct typo
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ginput/touch/XPT2046/ginput_lld.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/XPT2046/ginput_lld.mk b/drivers/ginput/touch/XPT2046/ginput_lld.mk index 9f44400a..02043157 100644 --- a/drivers/ginput/touch/XPT2046/ginput_lld.mk +++ b/drivers/ginput/touch/XPT2046/ginput_lld.mk @@ -2,4 +2,4 @@ GFXSRC += $(GFXLIB)/drivers/ginput/touch/XPT2046/ginput_lld_mouse.c
# Required include directories
-GFXINC += $(GFXLIB)/drivers/ginput/touch/XPT20466
+GFXINC += $(GFXLIB)/drivers/ginput/touch/XPT2046
|