diff --git a/Core/Src/robot.c b/Core/Src/robot.c index 879d452..6984b92 100644 --- a/Core/Src/robot.c +++ b/Core/Src/robot.c @@ -869,7 +869,8 @@ void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { return; } - if( halt && !test_isTestRunning(square)){ + if(halt && !test_isTestRunning(square)) { + unix_initalized = false; wheels_Stop(); return; }