diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-10 13:46:18 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-10 13:46:18 +0200 |
commit | b9de7e6ce3f7e3b3344d1893c0516114a91277ae (patch) | |
tree | d129359e45157a58b34f40a56cd1b03b1565ac4b /src | |
parent | 267b908689bbe82db9bd4e0f3376e77a14e4dfd9 (diff) | |
download | uGFX-b9de7e6ce3f7e3b3344d1893c0516114a91277ae.tar.gz uGFX-b9de7e6ce3f7e3b3344d1893c0516114a91277ae.tar.bz2 uGFX-b9de7e6ce3f7e3b3344d1893c0516114a91277ae.zip |
struct cal -> struct cal_t
Diffstat (limited to 'src')
-rw-r--r-- | src/touchpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchpad.c b/src/touchpad.c index 6f5ea537..7728b4f7 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -43,7 +43,7 @@ /*===========================================================================*/ /* Driver local variables. */ /*===========================================================================*/ -static volatile struct cal cal = { +static volatile struct cal_t cal = { 1, 1, 0, 0 }; |