diff options
Diffstat (limited to 'src/touchpad.c')
-rw-r--r-- | src/touchpad.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/touchpad.c b/src/touchpad.c index bf6936d7..7559d6d3 100644 --- a/src/touchpad.c +++ b/src/touchpad.c @@ -21,7 +21,7 @@ * @file touchpad.c * @brief Touchpad Driver code. * - * @addgroup TOUCHPAD + * @addtogroup TOUCHPAD * @{ */ #include "ch.h" @@ -126,6 +126,8 @@ static void _tpDrawCross(uint16_t x, uint16_t y) { * @note This function is NOT currently implicitly invoked by @p halInit(). * It must be called manually. * + * @param[in] tp The touchpad driver struct + * * @api */ void tpInit(const TOUCHPADDriver *tp) { |