Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fleur
firmware
Commits
2b553db7
Verified
Commit
2b553db7
authored
Aug 24, 2019
by
Rahix
Browse files
fix(bhi160): Shorten startup delay
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
9cfc9d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/bhi.c
View file @
2b553db7
...
...
@@ -415,7 +415,7 @@ void vBhi160Task(void *pvParameters)
/*
* Wait a little before initializing BHI160.
*/
vTaskDelay
(
pdMS_TO_TICKS
(
500
));
vTaskDelay
(
pdMS_TO_TICKS
(
3
));
int
lockret
=
hwlock_acquire
(
HWLOCK_I2C
,
pdMS_TO_TICKS
(
100
));
if
(
lockret
<
0
)
{
...
...
Write
Preview
Supports
Markdown
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