modify:111

This commit is contained in:
gaoyuhang 2024-01-25 10:41:23 +08:00
parent 6caa5e453f
commit db5056cfb0
1 changed files with 3 additions and 0 deletions

View File

@ -159,10 +159,13 @@ void execute_pid_init(execute_plan_hd_e plan)
_pid.pid_u.hd.set_ctrl_prm_position(&_pid.pid_u.hd, get_pwmp_control_kp(), get_pwmp_control_ki(), get_pwmp_control_kd());
break;
case EXECUTE_PLAN_2:
break;
case EXECUTE_PLAN_3:
break;
case EXECUTE_PLAN_4:
default:
break;
}