diff options
| author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-12-20 00:03:33 -0800 |
|---|---|---|
| committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-12-20 00:03:33 -0800 |
| commit | b669bf98f1bc57672b222c6cdac759d0a30858ed (patch) | |
| tree | 99c19a5aa83b94fba9df0a88f1c84fcf42a2b771 /src/ginput/keyboard.c | |
| parent | f31a1f7f4aeb09bc09d49944daaf2f38fddd94e7 (diff) | |
| parent | e00f8593e85245a847280dafe10e5a834268557e (diff) | |
| download | uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.tar.gz uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.tar.bz2 uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.zip | |
Merge pull request #12 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'src/ginput/keyboard.c')
| -rw-r--r-- | src/ginput/keyboard.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c index bd443e77..56ff5e8a 100644 --- a/src/ginput/keyboard.c +++ b/src/ginput/keyboard.c @@ -22,9 +22,12 @@ * @file src/ginput/keyboard.c
* @brief GINPUT keyboard code.
*
- * @addtogroup GINPUT
+ * @defgroup Keyboard Keyboard
+ * @ingroup GINPUT
+ *
* @{
*/
+
#include "ch.h"
#include "hal.h"
#include "gfx.h"
|
