diff options
-rw-r--r-- | halext/drivers/touchpad/touchpadXPT2046/touchpad_lld.c | 4 |
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));
|