修改task.c

This commit is contained in:
Robofish 2025-06-20 01:14:07 +08:00
parent 91eeda0e07
commit 345743a1c6

View File

@ -51,7 +51,6 @@ void {{task_function}}(void *argument) {
/* USER CODE BEGIN */ /* USER CODE BEGIN */
/* USER CODE END */ /* USER CODE END */
osDelay(1); /* 默认1ms延时防止死循环卡死CPU */
} }
{% endif %} {% endif %}
} }