diff --git a/src/uas/UAS.cc b/src/uas/UAS.cc index 8a8ef75..597472a 100644 --- a/src/uas/UAS.cc +++ b/src/uas/UAS.cc @@ -152,6 +152,7 @@ UAS::UAS(MAVLinkProtocol* protocol, int id) : UASInterface(), componentMulti[i] = false; } + paramDataModel = new UASParameterDataModel(this); paramDataModel->setUASID(this->getUASID()); // Store a list of available actions for this UAS.