Skip to content

Commit

Permalink
DataFlash: fix timestamp string, add missing float format specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehines authored and wsilva32 committed Aug 5, 2016
1 parent 804f913 commit 24e24dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/DataFlash/LogStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Format characters in the format string for binary log messages
{ LOG_GIMBAL3_MSG, sizeof(log_Gimbal3), \
"GMB3", "Ihhh", "TimeMS,rl_torque_cmd,el_torque_cmd,az_torque_cmd" }, \
{ LOG_R10CGIMBAL_MSG, sizeof(log_R10CGimbal), \
"R10C", "IffII", "TimMS,pitch_ref,roll_out,pitch_out,roll_pwm,pitch_pwm" }, \
"R10C", "IfffII", "TimeMS,pitch_ref,roll_out,pitch_out,roll_pwm,pitch_pwm" }, \
{ LOG_ACC1_MSG, sizeof(log_ACCEL), \
"ACC1", "IIfff", "TimeMS,TimeUS,AccX,AccY,AccZ" }, \
{ LOG_ACC2_MSG, sizeof(log_ACCEL), \
Expand Down

0 comments on commit 24e24dd

Please sign in to comment.