aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-08-09 14:28:24 +0200
committerTectu <joel@unormal.org>2012-08-09 14:28:24 +0200
commit65b3e2d7196a16c134cef96c55c26b40c03382a4 (patch)
tree78f3529888c4dc7bd646d26107b50f1da1d2913a
parentc5e9fa504f425f0fa11054bee85b2dd50a75b48c (diff)
downloaduGFX-65b3e2d7196a16c134cef96c55c26b40c03382a4.tar.gz
uGFX-65b3e2d7196a16c134cef96c55c26b40c03382a4.tar.bz2
uGFX-65b3e2d7196a16c134cef96c55c26b40c03382a4.zip
small doc fixes
-rw-r--r--halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c4
1 files 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));