mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_BattMonitor: fixed SAFETY_STATUS register
This commit is contained in:
parent
47463e8159
commit
ed8dff8af7
@ -25,7 +25,7 @@ uint8_t maxell_cell_ids[] = { 0x3f, // cell 1
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_SERIALNUM 0x1c // serial number register
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_HEALTH_STATUS 0x4f // state of health
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_SAFETY_ALERT 0x50 // safety alert
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_SAFETY_STATUS 0x50 // safety status
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_SAFETY_STATUS 0x51 // safety status
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_PF_ALERT 0x52 // safety status
|
||||
* #define BATTMONITOR_SMBUS_MAXELL_PF_STATUS 0x53 // safety status
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user