SITL: fix copter sitl build on macos

This commit is contained in:
Huibean 2020-11-12 16:43:29 +08:00 committed by Peter Barker
parent 3f4c605361
commit a00243dc5a
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "SIM_BattMonitor_SMBus_Rotoye.h"
#include <AP_HAL/utility/sparse-endian.h>
SITL::Rotoye::Rotoye() :
SIM_BattMonitor_SMBus_Generic()

View File

@ -1,4 +1,5 @@
#include "SIM_I2CDevice.h"
#include <AP_HAL/utility/sparse-endian.h>
void SITL::I2CRegisters::add_register(const char *name, uint8_t reg, int8_t mode)
{