mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
DataFlash: rename CURR/CUR2 to BAT/BAT2
This commit is contained in:
parent
26845cc66a
commit
1409f0ca7e
@ -928,9 +928,9 @@ Format characters in the format string for binary log messages
|
||||
{ LOG_ARSP_MSG, sizeof(log_AIRSPEED), \
|
||||
"ARSP", "QffcffB", "TimeUS,Airspeed,DiffPress,Temp,RawPress,Offset,U" }, \
|
||||
{ LOG_CURRENT_MSG, sizeof(log_Current), \
|
||||
"CURR", CURR_FMT,CURR_LABELS }, \
|
||||
"BAT", CURR_FMT,CURR_LABELS }, \
|
||||
{ LOG_CURRENT2_MSG, sizeof(log_Current), \
|
||||
"CUR2", CURR_FMT,CURR_LABELS }, \
|
||||
"BAT2", CURR_FMT,CURR_LABELS }, \
|
||||
{ LOG_CURRENT_CELLS_MSG, sizeof(log_Current_Cells), \
|
||||
"BCL", CURR_CELL_FMT, CURR_CELL_LABELS }, \
|
||||
{ LOG_CURRENT_CELLS2_MSG, sizeof(log_Current_Cells), \
|
||||
|
Loading…
Reference in New Issue
Block a user