mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Copter: corrected undefined data member causing linking error
This commit is contained in:
parent
43b3257d15
commit
64ed9b5972
@ -54,6 +54,7 @@ const AP_Param::GroupInfo AP_KDECAN::var_info[] = {
|
|||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const uint16_t AP_KDECAN::SET_PWM_MIN_INTERVAL_US;
|
||||||
|
|
||||||
AP_KDECAN::AP_KDECAN()
|
AP_KDECAN::AP_KDECAN()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user