mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
AP_AHRS: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
9cad93f58c
commit
114d7b22f4
@ -415,7 +415,7 @@ private:
|
||||
EKFType last_active_ekf_type;
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SITL *_sitl;
|
||||
SITL::SIM *_sitl;
|
||||
uint32_t _last_body_odm_update_ms;
|
||||
void update_SITL(void);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user