Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 171e858

Browse filesBrowse files
committed
fixed timer_dev definition
1 parent 0b3f1a9 commit 171e858
Copy full SHA for 171e858

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cores/esp32/esp32-hal-timer.c

Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-timer.c
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.