From 3991e0c4767bb52fc29700045a3e0be5e00abde5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 May 2015 12:15:04 +1000 Subject: [PATCH] DataFlash: fixed sign of sv in GRAW message --- libraries/DataFlash/DataFlash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DataFlash/DataFlash.h b/libraries/DataFlash/DataFlash.h index 89705079b9..fb33b8da45 100644 --- a/libraries/DataFlash/DataFlash.h +++ b/libraries/DataFlash/DataFlash.h @@ -619,7 +619,7 @@ Format characters in the format string for binary log messages { LOG_UBX3_MSG, sizeof(log_Ubx3), \ "UBX3", "IBfff", "TimeMS,Instance,hAcc,vAcc,sAcc" }, \ { LOG_GPS_RAW_MSG, sizeof(log_GPS_RAW), \ - "GRAW", "IIHbbddfBbB", "TimeMS,WkMS,Week,NSats,sv,cpMes,prMes,doMes,mesQI,cno,lli" }, \ + "GRAW", "IIHBBddfBbB", "TimeMS,WkMS,Week,NSats,sv,cpMes,prMes,doMes,mesQI,cno,lli" }, \ { LOG_ESC1_MSG, sizeof(log_Esc), \ "ESC1", "Icccc", "TimeMS,RPM,Volt,Curr,Temp" }, \ { LOG_ESC2_MSG, sizeof(log_Esc), \