Skip to content
Snippets Groups Projects
Commit 015a0440 authored by Davide Mor's avatar Davide Mor Committed by Alberto Nidasio
Browse files

[Mavlink] Added missing REFERENCE_ID

parent 9ee2f33c
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,8 @@ static const QMap<QString, int> systemTmList{
{"MAV_SENSORS_STATE_ID", MAV_SENSORS_STATE_ID},
{"MAV_GSE_ID", MAV_GSE_ID},
{"MAV_MOTOR_ID", MAV_MOTOR_ID},
{"MAV_REGISTRY_ID", MAV_REGISTRY_ID}};
{"MAV_REGISTRY_ID", MAV_REGISTRY_ID},
{"MAV_REFERENCE_ID", MAV_REFERENCE_ID}};
static const QMap<QString, int> sensorsList{
{"MAV_BMX160_ID", MAV_BMX160_ID},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment