fixed timer_dev definition (#6716)

This commit is contained in:
Jan Procházka
2022-05-09 15:00:09 +02:00
committed by GitHub
parent 44beee2f2c
commit 85ec66a4e0

View File

@ -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