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
23c6779d
Unverified
Commit
23c6779d
authored
Jan 23, 2024
by
Jan Procházka
Committed by
GitHub
Jan 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(i2c): Moved i2c pins out of CONFIG_DISABLE_HAL_LOCKS (#9164)
parent
d177e444
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
cores/esp32/esp32-hal-i2c.c
cores/esp32/esp32-hal-i2c.c
+2
-1
No files found.
cores/esp32/esp32-hal-i2c.c
View file @
23c6779d
...
...
@@ -42,9 +42,10 @@ typedef volatile struct {
uint32_t
frequency
;
#if !CONFIG_DISABLE_HAL_LOCKS
SemaphoreHandle_t
lock
;
#endif
int8_t
scl
;
int8_t
sda
;
#endif
}
i2c_bus_t
;
static
i2c_bus_t
bus
[
SOC_I2C_NUM
];
...
...
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