small doc fixes

This commit is contained in:
Tectu 2012-08-09 14:28:24 +02:00
parent c5e9fa504f
commit 65b3e2d719

View file

@ -106,7 +106,7 @@ uint16_t tp_lld_read_x(void) {
} }
/* /*
* @brief Reads out the X direction. * @brief Reads out the Y direction.
* *
* @notapi * @notapi
*/ */
@ -134,7 +134,7 @@ uint16_t tp_lld_read_y(void) {
* *
* @return 1 if pressed / 0 if not pressed * @return 1 if pressed / 0 if not pressed
* *
* @noapi * @notapi
*/ */
uint8_t tp_lld_irq(void) { uint8_t tp_lld_irq(void) {
return (!palReadPad(TP_IRQ_PORT, TP_IRQ)); return (!palReadPad(TP_IRQ_PORT, TP_IRQ));