diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-04-20 04:07:57 -0700 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-04-20 04:07:57 -0700 |
commit | dc85ef79aa520e000f15dfb5d781ce0a86babd0b (patch) | |
tree | 92a9f37aeef2468be6eeaa56111603de9e88d6f4 /include/ginput/lld | |
parent | 5412fa559673f46cdec652068eaaddcbb6271779 (diff) | |
parent | 86b35d641d44b4d89ba279a947d42fb8680feadc (diff) | |
download | uGFX-dc85ef79aa520e000f15dfb5d781ce0a86babd0b.tar.gz uGFX-dc85ef79aa520e000f15dfb5d781ce0a86babd0b.tar.bz2 uGFX-dc85ef79aa520e000f15dfb5d781ce0a86babd0b.zip |
Merge pull request #27 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include/ginput/lld')
-rw-r--r-- | include/ginput/lld/mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h index 05de28bf..046a06b1 100644 --- a/include/ginput/lld/mouse.h +++ b/include/ginput/lld/mouse.h @@ -166,7 +166,7 @@ extern "C" { * @note This routine is provided to low level drivers by the high level code * @note Particularly useful if GINPUT_MOUSE_POLL_PERIOD = TIME_INFINITE * - * @icode + * @iclass * @notapi */ void ginputMouseWakeupI(void); |