mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL: fixed example builds
This commit is contained in:
parent
980659d346
commit
c72372722e
@ -32,7 +32,7 @@
|
||||
#include <AP_NavEKF/AP_NavEKF.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <UARTDriver.h>
|
||||
#include <AP_HAL/UARTDriver.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <AP_NavEKF/AP_NavEKF.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <UARTDriver.h>
|
||||
#include <AP_HAL/UARTDriver.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <AP_NavEKF/AP_NavEKF.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <UARTDriver.h>
|
||||
#include <AP_HAL/UARTDriver.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <AP_NavEKF/AP_NavEKF.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <UARTDriver.h>
|
||||
#include <AP_HAL/UARTDriver.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <AP_NavEKF/AP_NavEKF.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <UARTDriver.h>
|
||||
#include <AP_HAL/UARTDriver.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <AP_RangeFinder/AP_RangeFinder.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user