Update doc

This commit is contained in:
Lee Lup Yuen 2023-01-05 11:48:22 +08:00
parent 7a1b35dad2
commit 73b0942346

View file

@ -5209,9 +5209,6 @@ void touch_panel_initialize(void) {
// Enable the Touch Panel Interrupt
ret = a64_pio_irqenable(CTP_INT);
DEBUGASSERT(ret == 0);
// And enable the PIO interrupt
up_enable_irq(PH_EINT);
}
// Interrupt Handler for Touch Panel