mirror of https://github.com/ArduPilot/ardupilot
Copter: corrected undefined data member causing linking error
This commit is contained in:
parent
01c36fa6aa
commit
d7132928d1
|
@ -54,6 +54,7 @@ const AP_Param::GroupInfo AP_KDECAN::var_info[] = {
|
|||
AP_GROUPEND
|
||||
};
|
||||
|
||||
const uint16_t AP_KDECAN::SET_PWM_MIN_INTERVAL_US;
|
||||
|
||||
AP_KDECAN::AP_KDECAN()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue