mirror of https://github.com/ArduPilot/ardupilot
AP_Vehicle: Console output can be disabled
This commit is contained in:
parent
0245d0bae1
commit
d2053d4449
|
@ -101,7 +101,7 @@ void AP_Vehicle::setup()
|
|||
// initialise serial port
|
||||
serial_manager.init_console();
|
||||
|
||||
hal.console->printf("\n\nInit %s"
|
||||
DEV_PRINTF("\n\nInit %s"
|
||||
"\n\nFree RAM: %u\n",
|
||||
AP::fwversion().fw_string,
|
||||
(unsigned)hal.util->available_memory());
|
||||
|
|
Loading…
Reference in New Issue