Skip to content
Snippets Groups Projects
Verified Commit f8e3d55e authored by Jonathon Hall's avatar Jonathon Hall
Browse files

common/main: Add missing stopwatch in 1s event phase 2 for field log


The field log 1-second event was added to the 1-second event phase 2,
and a label was added, but the stopwatch checkpoint was overlooked to
actually measure its time.

Signed-off-by: default avatarJonathon Hall <jonathon.hall@puri.sm>
parent 4d0cc48a
No related branches found
Tags 3.9.2
1 merge request!28Set PL4 ASAP after leaving reset, improve field log
Pipeline #86806 passed
......@@ -212,6 +212,7 @@ static void check_1s_event(void)
labels = label_1s_checkpoints_phase2;
field_log_1s_event();
stopwatch_checkpoint(checkpoint_times, &next_idx);
// Update battery charger
battery_charger_1s_event();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment