mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 02:00:36 +08:00
EKF: Changed get_control_mode to coyp 32 bits
This commit is contained in:
@@ -253,7 +253,7 @@ public:
|
||||
virtual void get_gyro_bias(float bias[3]) = 0;
|
||||
|
||||
// get EKF mode status
|
||||
void get_control_mode(uint16_t *val)
|
||||
void get_control_mode(uint32_t *val)
|
||||
{
|
||||
*val = _control_status.value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user