From 65b3e2d7196a16c134cef96c55c26b40c03382a4 Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 9 Aug 2012 14:28:24 +0200 Subject: [PATCH] small doc fixes --- halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c b/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c index a222a6aa..195c8aa6 100644 --- a/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c +++ b/halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c @@ -106,7 +106,7 @@ uint16_t tp_lld_read_x(void) { } /* - * @brief Reads out the X direction. + * @brief Reads out the Y direction. * * @notapi */ @@ -134,7 +134,7 @@ uint16_t tp_lld_read_y(void) { * * @return 1 if pressed / 0 if not pressed * - * @noapi + * @notapi */ uint8_t tp_lld_irq(void) { return (!palReadPad(TP_IRQ_PORT, TP_IRQ));