1
0
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:
Philippe Renon 2014-05-11 18:53:49 +02:00
parent 88100a72c2
commit 7affc8d12f

View File

@ -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;