mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-13 05:08:32 +08:00
Update doc
This commit is contained in:
parent
7a1b35dad2
commit
73b0942346
1 changed files with 0 additions and 3 deletions
|
@ -5209,9 +5209,6 @@ void touch_panel_initialize(void) {
|
||||||
// Enable the Touch Panel Interrupt
|
// Enable the Touch Panel Interrupt
|
||||||
ret = a64_pio_irqenable(CTP_INT);
|
ret = a64_pio_irqenable(CTP_INT);
|
||||||
DEBUGASSERT(ret == 0);
|
DEBUGASSERT(ret == 0);
|
||||||
|
|
||||||
// And enable the PIO interrupt
|
|
||||||
up_enable_irq(PH_EINT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Interrupt Handler for Touch Panel
|
// Interrupt Handler for Touch Panel
|
||||||
|
|
Loading…
Reference in a new issue