modify:111
This commit is contained in:
parent
6caa5e453f
commit
db5056cfb0
|
@ -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;
|
||||
}
|
||||
|
|
Reference in New Issue