Skip to content

Commit

Permalink
Fixed clang-format error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds committed Nov 30, 2024
1 parent dd46acb commit e3af81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/nrf-connect/samples/ble/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ int main(void) {
LOG_INF("Payload Encoding: BTHOME_V1");
} else if (IS_ENABLED(CONFIG_PRST_BLE_ENCODING_BPARASITE_V2)) {
LOG_INF("Payload Encoding: BPARASITE_V2");
}
}

LOG_INF("Sleep duration: %d", CONFIG_PRST_SLEEP_DURATION_MSEC);

prst_sensors_t sensors;
while (true) {
__ASSERT(!prst_loop(&sensors), "Error in prst_loop()");
Expand Down

0 comments on commit e3af81b

Please sign in to comment.