Skip to content
Snippets Groups Projects
Commit ca0a9e0d authored by schneider's avatar schneider
Browse files

chore(bsec): Style fixes

parent 77f1d1f6
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,9 @@ int main(void) ...@@ -134,7 +134,9 @@ int main(void)
NULL, NULL,
tskIDLE_PRIORITY + 1, tskIDLE_PRIORITY + 1,
NULL) != pdPASS) { NULL) != pdPASS) {
LOG_CRIT("startup", "Failed to create %s task!", "BSEC"); LOG_CRIT(
"startup", "Failed to create %s task!", "BSEC"
);
abort(); abort();
} }
} }
......
...@@ -365,7 +365,8 @@ int bsec_activate(void) ...@@ -365,7 +365,8 @@ int bsec_activate(void)
float temperature_offset = 0.0; float temperature_offset = 0.0;
bool bsec_enabled = config_get_boolean_with_default("bsec_enabled", false); bool bsec_enabled =
config_get_boolean_with_default("bsec_enabled", false);
if (!bsec_enabled) { if (!bsec_enabled) {
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment