Skip to content

Commit 1fb6dce

Browse files
lucasssvazxiaoxiang781216
authored andcommitted
arch/xtensa/esp32s2: Fix function header
1 parent b29198a commit 1fb6dce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/xtensa/src/esp32s2/esp32s2_touch.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,12 @@ void esp32s2_touchirqdisable(int irq)
689689
* Description:
690690
* Register the release callback.
691691
*
692+
* Input Parameters:
693+
* func - The handler function to be used.
694+
*
695+
* Returned Value:
696+
* None.
697+
*
692698
****************************************************************************/
693699

694700
void esp32s2_touchregisterreleasecb(int (*func)(int, void *, void *))

0 commit comments

Comments
 (0)