mirror of https://github.com/ArduPilot/ardupilot
parent
f4fee69f29
commit
83c3659acc
|
@ -502,7 +502,7 @@ void Copter::print_enabled(bool b)
|
|||
|
||||
void Copter::report_version()
|
||||
{
|
||||
cliSerial->printf("FW Ver: %d\n",(int)g.k_format_version);
|
||||
cliSerial->printf("FW Ver: %d\n",(int)(g.k_format_version));
|
||||
print_divider();
|
||||
print_blanks(2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue