Log.pde: formatting

This commit is contained in:
Jason Short 2012-07-03 17:16:26 -07:00
parent 1a6549fef7
commit 1070eea70b
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ static void Log_Read_GPS()
float temp5 = DataFlash.ReadLong() / 100.0; // 5 sensor alt
float temp6 = DataFlash.ReadLong() / 100.0; // 6 gps alt
int16_t temp7 = DataFlash.ReadInt(); // 7 ground speed
int32_t temp8 = DataFlash.ReadLong();// 8 ground course
int32_t temp8 = DataFlash.ReadLong(); // 8 ground course
// 1 2 3 4 5 6 7 8
Serial.printf_P(PSTR("GPS, %ld, %d, "),