mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Periph: fix up firmware version includes
This commit is contained in:
parent
e7e1cdcc45
commit
2401afd496
@ -5,8 +5,6 @@
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
#include <AP_Common/AP_FWVersion.h>
|
||||
#include "version.h"
|
||||
#include "../AP_Bootloader/app_comms.h"
|
||||
|
||||
#if defined(HAL_PERIPH_NEOPIXEL_COUNT) || defined(HAL_PERIPH_ENABLE_NCP5623_LED)
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include <AP_HAL/I2CDevice.h>
|
||||
#include "../AP_Bootloader/app_comms.h"
|
||||
#include <AP_HAL/utility/RingBuffer.h>
|
||||
#include <AP_Common/AP_FWVersion.h>
|
||||
|
||||
#include "i2c.h"
|
||||
#include <utility>
|
||||
|
Loading…
Reference in New Issue
Block a user