STM32H743/APL/app.c
@@ -17,6 +17,7 @@ #include "pwm_ctrol.h" #include "PythonLink.h" #include "motion_control_task.h" #include "motion_calibration_task.h" osSemaphoreId_t g_semaphoreHandle = NULL; TaskHandle_t g_app_task_handle = NULL; @@ -48,6 +49,7 @@ SBUS_Init(); PythonLink_Init(); MotionControl_TaskInit(); MotionCalibration_TaskInit(); while (1) { //HIDO_UINT32 timeout = HIDO_TimerGetNearestTimeout(1000);