Skip to content

Commit 85ec66a

Browse files
authored
fixed timer_dev definition (#6716)
1 parent 44beee2 commit 85ec66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/esp32-hal-timer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typedef struct hw_timer_s
4747

4848
// Works for all chips
4949
static hw_timer_t timer_dev[4] = {
50-
{0,0}, {1,0}, {1,0}, {1,1}
50+
{0,0}, {1,0}, {0,1}, {1,1}
5151
};
5252

5353
// NOTE: (in IDF 5.0 there wont be need to know groups/numbers

0 commit comments

Comments
 (0)