Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zubir ec
firmware
Commits
71be1dde
Commit
71be1dde
authored
Apr 17, 2022
by
Rahix
Browse files
chore(epicardium): Fix bsec log message typo
parent
24091192
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/drivers/bsec.c
View file @
71be1dde
...
...
@@ -390,7 +390,7 @@ int bsec_activate(void)
config_get_integer_with_default
(
"bsec_offset"
,
-
22
)
/
10
.;
if
(
temperature_offset
!=
0
.
0
)
{
LOG_INFO
(
"b
e
sec"
,
"bsec"
,
"BSEC Temp offset %d/10 K"
,
(
int
)(
temperature_offset
*
10
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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