diff options
author | Kumar Abhishek <abhishek.kakkar@hotmail.com> | 2012-08-16 15:26:03 +0530 |
---|---|---|
committer | Kumar Abhishek <abhishek.kakkar@hotmail.com> | 2012-08-16 15:26:03 +0530 |
commit | a41a5911e54a2b9683d88d35c01c58d0349cd804 (patch) | |
tree | 828ae9b65245bf6c4682e818d09023eba315ef3e /include | |
parent | a9beec902da2348e858dcd54550d99a40c1fbe87 (diff) | |
download | uGFX-a41a5911e54a2b9683d88d35c01c58d0349cd804.tar.gz uGFX-a41a5911e54a2b9683d88d35c01c58d0349cd804.tar.bz2 uGFX-a41a5911e54a2b9683d88d35c01c58d0349cd804.zip |
Fix compiler warnings
Removed redundant dummy read from high level functions
Diffstat (limited to 'include')
-rw-r--r-- | include/touchpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/touchpad.h b/include/touchpad.h index 445d3202..55a83a9d 100644 --- a/include/touchpad.h +++ b/include/touchpad.h @@ -70,7 +70,7 @@ struct cal { extern "C" { #endif -void tpInit(TOUCHPADDriver *tp); +void tpInit(const TOUCHPADDriver *tp); uint16_t tpReadX(void); uint16_t tpReadY(void); |