Merge branch 'master' of gitee.com:hnuyuelurm/basic_framework

This commit is contained in:
NeoZng
2023-03-23 18:22:33 +08:00
22 changed files with 191 additions and 115 deletions

View File

@@ -30,7 +30,7 @@
#include "led_task.h"
#include "daemon.h"
#include "robot.h"
#include "ps_handle.h"
/* USER CODE END Includes */
@@ -133,7 +133,7 @@ void MX_FREERTOS_Init(void) {
/* USER CODE BEGIN RTOS_THREADS */
/* add threads, ... */
/* USER CODE END RTOS_THREADS */
}
/* USER CODE BEGIN Header_StartDefaultTask */

View File

@@ -83,7 +83,7 @@ int main(void)
/* MCU Configuration--------------------------------------------------------*/
/* Reset of all peripherals, Initializes the Flash interface and the Systick. */
HAL_Init();
HAL_Init();
/* USER CODE BEGIN Init */