mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_BattMonitor: comment fix
This commit is contained in:
parent
268c67d12d
commit
2396a8176c
@ -61,7 +61,7 @@ bool AP_BattMonitor_SMBus::read_full_charge_capacity(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// reads the remaining capacity
|
// reads the remaining capacity
|
||||||
// returns true if the read was succesful, which is only considered to be the
|
// returns true if the read was successful, which is only considered to be the
|
||||||
// we know the full charge capacity
|
// we know the full charge capacity
|
||||||
bool AP_BattMonitor_SMBus::read_remaining_capacity(void)
|
bool AP_BattMonitor_SMBus::read_remaining_capacity(void)
|
||||||
{
|
{
|
||||||
|
@ -61,7 +61,7 @@ protected:
|
|||||||
bool read_full_charge_capacity(void);
|
bool read_full_charge_capacity(void);
|
||||||
|
|
||||||
// reads the remaining capacity
|
// reads the remaining capacity
|
||||||
// returns true if the read was succesful, which is only considered to be the
|
// returns true if the read was successful, which is only considered to be the
|
||||||
// we know the full charge capacity
|
// we know the full charge capacity
|
||||||
bool read_remaining_capacity(void);
|
bool read_remaining_capacity(void);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user