|
|
|
@ -10,6 +10,7 @@
@@ -10,6 +10,7 @@
|
|
|
|
|
#include <AP_RPM/AP_RPM.h> |
|
|
|
|
#include <SRV_Channel/SRV_Channel.h> |
|
|
|
|
#include <AP_Motors/AP_Motors.h> |
|
|
|
|
#include <AP_CheckFirmware/AP_CheckFirmware.h> |
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS |
|
|
|
|
#include <AP_HAL_ChibiOS/sdcard.h> |
|
|
|
|
#endif |
|
|
|
@ -130,6 +131,10 @@ void AP_Vehicle::setup()
@@ -130,6 +131,10 @@ void AP_Vehicle::setup()
|
|
|
|
|
AP::fwversion().fw_string, |
|
|
|
|
(unsigned)hal.util->available_memory()); |
|
|
|
|
|
|
|
|
|
#if AP_CHECK_FIRMWARE_ENABLED |
|
|
|
|
check_firmware_print(); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
load_parameters(); |
|
|
|
|
|
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS |
|
|
|
|