summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tcc780x/cowond2/power-cowond2.c')
-rw-r--r--firmware/target/arm/tcc780x/cowond2/power-cowond2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
index d5f4ec9768..dfd692ecab 100644
--- a/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
+++ b/firmware/target/arm/tcc780x/cowond2/power-cowond2.c
@@ -25,6 +25,7 @@
25#include "pcf50606.h" 25#include "pcf50606.h"
26#include "pcf50635.h" 26#include "pcf50635.h"
27#include "button-target.h" 27#include "button-target.h"
28#include "touchscreen-target.h"
28#include "tuner.h" 29#include "tuner.h"
29#include "backlight-target.h" 30#include "backlight-target.h"
30#include "powermgmt.h" 31#include "powermgmt.h"
@@ -101,7 +102,7 @@ void EXT3(void)
101 if (data[2] & 0x08) 102 if (data[2] & 0x08)
102 { 103 {
103 /* Touchscreen event, do something about it */ 104 /* Touchscreen event, do something about it */
104 button_read_touch(); 105 touchscreen_handle_device_irq();
105 } 106 }
106} 107}
107#endif 108#endif