SITL: SIM_Rotoye update TEMP_EXT Register

This commit is contained in:
Joshua Henderson 2022-09-19 20:27:08 -04:00 committed by Peter Barker
parent f2bfe8d21f
commit ff68f08172

View File

@ -15,7 +15,7 @@ namespace SITL {
class SMBusBattRotoyeDevReg : public SMBusBattGenericDevReg {
public:
static const uint8_t TEMP_EXT = 0x07;
static const uint8_t TEMP_EXT = 0x48;
};
class Rotoye : public SIM_BattMonitor_SMBus_Generic