mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
battery: correct updateBatteryStatus() description
This commit is contained in:
@@ -91,9 +91,9 @@ public:
|
|||||||
void updateCurrent(const float current_a);
|
void updateCurrent(const float current_a);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update current battery status message.
|
* Update state of charge calculations
|
||||||
*
|
*
|
||||||
* @param timestamp: Time at which the ADC was read (use hrt_absolute_time())
|
* @param timestamp Time at which the battery data sample was measured
|
||||||
*/
|
*/
|
||||||
void updateBatteryStatus(const hrt_abstime ×tamp);
|
void updateBatteryStatus(const hrt_abstime ×tamp);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user