AP_Periph: fix up firmware version includes

This commit is contained in:
Peter Barker 2020-01-16 23:16:28 +11:00 committed by Andrew Tridgell
parent e7e1cdcc45
commit 2401afd496
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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>