mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +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 UINT16:
|
||||||
case UINT32:
|
case UINT32:
|
||||||
case FLOAT32:
|
case FLOAT32:
|
||||||
|
case BITFIELD:
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user