Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkra committed Nov 10, 2023
1 parent 466fd81 commit fa06ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/applications/battery/battery_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static void battery_app_start(lv_obj_t *root, lv_group_t *group)
if (battery_samples[(next_battery_sample_index + i) % CONFIG_DEFAULT_CONFIGURATION_BATTERY_NUM_SAMPLES_MAX].timestamp !=
0) {
battery_ui_add_measurement(battery_samples[(next_battery_sample_index + i) %
CONFIG_DEFAULT_CONFIGURATION_BATTERY_NUM_SAMPLES_MAX].mV);
CONFIG_DEFAULT_CONFIGURATION_BATTERY_NUM_SAMPLES_MAX].mV);
}
}
}
Expand Down

0 comments on commit fa06ae8

Please sign in to comment.