mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Log.pde: formatting
This commit is contained in:
parent
c20c04ed24
commit
2bc77c1020
@ -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, "),
|
||||
|
Loading…
Reference in New Issue
Block a user