diff options
author | Tectu <joel@unormal.org> | 2012-08-02 09:56:54 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-02 09:56:54 +0200 |
commit | 837c444c4f03317f6ec13aa069c65de424e6832a (patch) | |
tree | 757324ad544c7d1ae000a57e6af77a8252ee8650 /touchpad | |
parent | 2797388236f232b86f7e91ccf7b6b9a1e871da8d (diff) | |
download | uGFX-837c444c4f03317f6ec13aa069c65de424e6832a.tar.gz uGFX-837c444c4f03317f6ec13aa069c65de424e6832a.tar.bz2 uGFX-837c444c4f03317f6ec13aa069c65de424e6832a.zip |
compiling fix
Diffstat (limited to 'touchpad')
-rw-r--r-- | touchpad/touchpad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/touchpad/touchpad.h b/touchpad/touchpad.h index c401415e..1f1ba6f3 100644 --- a/touchpad/touchpad.h +++ b/touchpad/touchpad.h @@ -4,6 +4,7 @@ #include "ch.h" #include "hal.h" #include "glcd.h" +#include "glcdconf.h" #include "ads7843_lld.h" #include "xpt2046_lld.h" |