Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
71be1dde
Commit
71be1dde
authored
2 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
chore(epicardium): Fix bsec log message typo
parent
24091192
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5459
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/drivers/bsec.c
+1
-1
1 addition, 1 deletion
epicardium/drivers/bsec.c
with
1 addition
and
1 deletion
epicardium/drivers/bsec.c
+
1
−
1
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
)
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment