Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
85ec66a4
Unverified
Commit
85ec66a4
authored
May 09, 2022
by
Jan Procházka
Committed by
GitHub
May 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed timer_dev definition (#6716)
parent
44beee2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/esp32/esp32-hal-timer.c
cores/esp32/esp32-hal-timer.c
+1
-1
No files found.
cores/esp32/esp32-hal-timer.c
View file @
85ec66a4
...
...
@@ -47,7 +47,7 @@ typedef struct hw_timer_s
// Works for all chips
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment