mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL: Add MicroStrain7 support
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
5bcdaa360e
commit
fadedbbb47
@ -195,6 +195,9 @@ private:
|
||||
// simulated MicroStrain Series 5 system
|
||||
SITL::MicroStrain5 *microstrain5;
|
||||
|
||||
// simulated MicroStrain Series 7 system
|
||||
SITL::MicroStrain7 *microstrain7;
|
||||
|
||||
#if HAL_SIM_JSON_MASTER_ENABLED
|
||||
// Ride along instances via JSON SITL backend
|
||||
SITL::JSON_Master ride_along;
|
||||
|
Loading…
Reference in New Issue
Block a user