diff --git a/Core/Src/main.c b/Core/Src/main.c index 66e988c..eede6c8 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -101,7 +101,7 @@ int main(void) while (1) { Motor_Control_Loop(); - HAL_Delay(5); + HAL_Delay(15); /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */