mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tracker: fixed build warning
This commit is contained in:
parent
9766c4ed26
commit
cd8b001f63
@ -15,7 +15,7 @@ void Tracker::init_tracker()
|
|||||||
|
|
||||||
hal.console->printf("\n\nInit %s\n\nFree RAM: %u\n",
|
hal.console->printf("\n\nInit %s\n\nFree RAM: %u\n",
|
||||||
fwver.fw_string,
|
fwver.fw_string,
|
||||||
hal.util->available_memory());
|
(unsigned)hal.util->available_memory());
|
||||||
|
|
||||||
// Check the EEPROM format version before loading any parameters from EEPROM
|
// Check the EEPROM format version before loading any parameters from EEPROM
|
||||||
load_parameters();
|
load_parameters();
|
||||||
|
Loading…
Reference in New Issue
Block a user