Copter: corrected undefined data member causing linking error

This commit is contained in:
Vlad-Andrei Dorobantu 2019-10-22 12:10:40 +02:00 committed by Andrew Tridgell
parent 01c36fa6aa
commit d7132928d1
1 changed files with 1 additions and 0 deletions

View File

@ -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()
{