We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3f1a9 commit 171e858Copy full SHA for 171e858
cores/esp32/esp32-hal-timer.c
@@ -47,7 +47,7 @@ typedef struct hw_timer_s
47
48
// Works for all chips
49
static hw_timer_t timer_dev[4] = {
50
- {0,0}, {1,0}, {1,0}, {1,1}
+ {0,0}, {1,0}, {0,1}, {1,1}
51
};
52
53
// NOTE: (in IDF 5.0 there wont be need to know groups/numbers
0 commit comments