mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
8 lines
172 B
C++
8 lines
172 B
C++
#include "SIM_BattMonitor_SMBus_Maxell.h"
|
|
|
|
SITL::Maxell::Maxell() :
|
|
SIM_BattMonitor_SMBus_Generic()
|
|
{
|
|
set_register(SMBusBattGenericDevReg::SERIAL, (uint16_t)37);
|
|
}
|