FSN accumulator scrutineering code

This commit is contained in:
Leonard Gies 2025-07-12 18:20:44 +02:00
parent aee7f4f697
commit a76720ca70
Signed by: l.gies
GPG Key ID: 6F6FB9338EE44F71

View File

@ -162,7 +162,7 @@ int main(void)
if (TSON == 1 && sdc_closed) {
change_ts_state(TS_ACTIVE);
}
check_sdc_state();
// check_sdc_state(); // TODO test again with line uncommented; was commented for bug search but unlikely the cause
can_update_state();
HAL_Delay(100);