mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-1331 OP-1335 BITFIELD was removed by mistake from UAVObjectField::isNumeric() (self review)
This commit is contained in:
parent
88100a72c2
commit
7affc8d12f
@ -817,6 +817,7 @@ bool UAVObjectField::isNumeric()
|
||||
case UINT16:
|
||||
case UINT32:
|
||||
case FLOAT32:
|
||||
case BITFIELD:
|
||||
return true;
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user