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

chore(bsec): Style fixes

parent 77f1d1f6
Branches
No related tags found
No related merge requests found
......@@ -134,7 +134,9 @@ int main(void)
NULL,
tskIDLE_PRIORITY + 1,
NULL) != pdPASS) {
LOG_CRIT("startup", "Failed to create %s task!", "BSEC");
LOG_CRIT(
"startup", "Failed to create %s task!", "BSEC"
);
abort();
}
}
......
......@@ -365,7 +365,8 @@ int bsec_activate(void)
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) {
return -1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment