Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

fixup: max end time

This commit is contained in:
Jannik Beyerstedt 2026-08-15 16:30:43 +02:00
commit f0366a0f69

View file

@ -126,7 +126,7 @@ impl TimingData {
.likely_time()
.map(|val| Self::time_to_duration_sec(now, val));
let max_end_sec = value
.min_end_time()
.max_end_time()
.map(|val| Self::time_to_duration_sec(now, val));
if let Some(min_end_sec) = min {