diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-06-02 18:57:22 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-06-02 18:57:22 +1000 |
commit | 1c258a82738e145953fc9cf40c68dcce6db87d92 (patch) | |
tree | c151e882619714d696276ce29ef3388dce6e1866 /include/ginput/lld | |
parent | c2a4f9a5d616f5b18a965652d7492aacd377e5e2 (diff) | |
download | uGFX-1c258a82738e145953fc9cf40c68dcce6db87d92.tar.gz uGFX-1c258a82738e145953fc9cf40c68dcce6db87d92.tar.bz2 uGFX-1c258a82738e145953fc9cf40c68dcce6db87d92.zip |
GOS updates
Diffstat (limited to 'include/ginput/lld')
-rw-r--r-- | include/ginput/lld/toggle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h index 869b92f8..8db4bea6 100644 --- a/include/ginput/lld/toggle.h +++ b/include/ginput/lld/toggle.h @@ -24,7 +24,7 @@ typedef struct GToggleConfig_t { void *id; unsigned mask; unsigned invert; - iomode_t mode; + unsigned mode; } GToggleConfig; /*===========================================================================*/ |