FSN accumulator scrutineering code

This commit is contained in:
2025-07-12 18:20:44 +02:00
parent aee7f4f697
commit a76720ca70

View File

@ -162,7 +162,7 @@ int main(void)
if (TSON == 1 && sdc_closed) { if (TSON == 1 && sdc_closed) {
change_ts_state(TS_ACTIVE); 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(); can_update_state();
HAL_Delay(100); HAL_Delay(100);