summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eos.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2023-04-21 21:19:29 +0200
committerUros Majstorovic <majstor@majstor.org>2023-04-21 21:19:29 +0200
commit5de3f3f70f5cb5e9860cf65df0c18b5ddb2989e2 (patch)
tree584337768cd24afebaa401a6823b5e710085f377 /fw/fe310/eos/eos.c
parent34f60314bedce036f982aa6591b5473ea4b0fa8b (diff)
fixed gt911 driver
Diffstat (limited to 'fw/fe310/eos/eos.c')
-rw-r--r--fw/fe310/eos/eos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/eos/eos.c b/fw/fe310/eos/eos.c
index 83ab288..6df8700 100644
--- a/fw/fe310/eos/eos.c
+++ b/fw/fe310/eos/eos.c
@@ -93,7 +93,7 @@ void eos_run(uint8_t wakeup_cause) {
void eos_run_once(void) {
eos_gt911_cfg_print();
- eos_gt911_set_threshold();
+ eos_gt911_configure();
eos_gt911_cfg_print();
eos_eve_calibrate();