mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1740: GetSet use enums: tidy
This commit is contained in:
parent
1ac4c63fa7
commit
ef6cf262d5
@ -137,7 +137,6 @@ bool UAVObjectGeneratorFlight::process_object(ObjectInfo *info)
|
||||
QString dataStructures;
|
||||
for (int n = 0; n < info->fields.length(); ++n) {
|
||||
// Determine type
|
||||
//type = fieldTypeStrC[info->fields[n]->type]; // RHV TODO: remove
|
||||
type = typeList[n];
|
||||
// Append field
|
||||
// Check if it a named set and creates structures accordingly
|
||||
|
Loading…
x
Reference in New Issue
Block a user