sensors: discharged current type changed to uint64

This commit is contained in:
Anton Babushkin 2013-11-25 19:22:06 +04:00
parent 94a3935975
commit 2a2c8337e8

View File

@ -214,7 +214,7 @@ private:
math::Matrix _external_mag_rotation; /**< rotation matrix for the orientation that an external mag is mounted */
bool _mag_is_external; /**< true if the active mag is on an external board */
unsigned long _battery_discharged; /**< battery discharged current in mA*ms */
uint64_t _battery_discharged; /**< battery discharged current in mA*ms */
hrt_abstime _battery_current_timestamp; /**< timestamp of last battery current reading */
struct {