diff --git a/Software/Core/Src/main.c b/Software/Core/Src/main.c index c98411c..4307949 100644 --- a/Software/Core/Src/main.c +++ b/Software/Core/Src/main.c @@ -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);