Skip to content

Commit 54b3080

Browse files
committed
LP-590 Store BoardRotation as float value
1 parent de6b29c commit 54b3080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ground/gcs/src/plugins/config/configrevowidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ConfigRevoWidget : public ConfigTaskWidget {
6262
Ui_RevoSensorsWidget *m_ui;
6363

6464
// Board rotation store/recall for FC and for aux mag
65-
qint16 storedBoardRotation[3];
65+
float storedBoardRotation[3];
6666
float storedBoardLevelTrim[2];
6767
qint16 auxMagStoredBoardRotation[3];
6868
bool isBoardRotationStored;

0 commit comments

Comments
 (0)