mirror of https://github.com/ArduPilot/ardupilot
AP_UAVCAN: tidy includes
This commit is contained in:
parent
a6eec9f063
commit
e490a5b5cd
|
@ -57,6 +57,7 @@
|
|||
#include <AP_ADSB/AP_ADSB.h>
|
||||
#include "AP_UAVCAN_DNA_Server.h"
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Notify/AP_Notify.h>
|
||||
|
||||
#define LED_DELAY_US 50000
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
#include <AP_HAL/Semaphores.h>
|
||||
|
||||
#if HAL_ENABLE_LIBUAVCAN_DRIVERS
|
||||
#include <uavcan/uavcan.hpp>
|
||||
|
|
Loading…
Reference in New Issue