From 85ec66a4e0fa7e591214cd65968464d9f09507a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Proch=C3=A1zka?= <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Mon, 9 May 2022 15:00:09 +0200 Subject: [PATCH] fixed timer_dev definition (#6716) --- cores/esp32/esp32-hal-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp32/esp32-hal-timer.c b/cores/esp32/esp32-hal-timer.c index 2c0a18ca..c2dc5e1f 100644 --- a/cores/esp32/esp32-hal-timer.c +++ b/cores/esp32/esp32-hal-timer.c @@ -47,7 +47,7 @@ typedef struct hw_timer_s // Works for all chips static hw_timer_t timer_dev[4] = { - {0,0}, {1,0}, {1,0}, {1,1} + {0,0}, {1,0}, {0,1}, {1,1} }; // NOTE: (in IDF 5.0 there wont be need to know groups/numbers