Unverified Commit 85ec66a4 authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

fixed timer_dev definition (#6716)

parent 44beee2f
...@@ -47,7 +47,7 @@ typedef struct hw_timer_s ...@@ -47,7 +47,7 @@ typedef struct hw_timer_s
// Works for all chips // Works for all chips
static hw_timer_t timer_dev[4] = { 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 // NOTE: (in IDF 5.0 there wont be need to know groups/numbers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment