From 5de3f3f70f5cb5e9860cf65df0c18b5ddb2989e2 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 21 Apr 2023 21:19:29 +0200 Subject: fixed gt911 driver --- fw/fe310/eos/eos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/fe310/eos/eos.c') 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(); -- cgit v1.2.3