mirror of https://github.com/ArduPilot/ardupilot
fixed missing %d in CTUN
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3091 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
0bf026e6ad
commit
900d0c1819
|
@ -599,7 +599,7 @@ static void Log_Write_Control_Tuning()
|
|||
static void Log_Read_Control_Tuning()
|
||||
{
|
||||
Serial.printf_P(PSTR( "CTUN, %d, %d, "
|
||||
"%d, %d, %d, %1.4f, "
|
||||
"%d, %d, %d, %d, %1.4f, "
|
||||
"%d, %d, %d, %d, %d, %d\n"),
|
||||
|
||||
// Control
|
||||
|
|
Loading…
Reference in New Issue