small doc fixes
This commit is contained in:
parent
c5e9fa504f
commit
65b3e2d719
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue