mirror of
https://github.com/meshtastic/firmware.git
synced 2026-04-20 07:07:11 -04:00
Update src/platform/extra_variants/t_deck_pro/variant.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ bool readTouch(int16_t *x, int16_t *y)
|
||||
}
|
||||
|
||||
|
||||
static void touchInterruptHandler(){
|
||||
static void IRAM_ATTR touchInterruptHandler(){
|
||||
touch_isr = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user