mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_InertialSensor: fixed example build
This commit is contained in:
parent
a2902d4a0f
commit
5caf2e0ea4
@ -16,6 +16,7 @@
|
|||||||
#include <AP_ADC.h>
|
#include <AP_ADC.h>
|
||||||
#include <AP_InertialSensor.h>
|
#include <AP_InertialSensor.h>
|
||||||
#include <GCS_MAVLink.h>
|
#include <GCS_MAVLink.h>
|
||||||
|
#include <AP_Notify.h>
|
||||||
|
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_APM2
|
#if CONFIG_HAL_BOARD == HAL_BOARD_APM2
|
||||||
#define A_LED_PIN 27
|
#define A_LED_PIN 27
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include <AP_ADC.h>
|
#include <AP_ADC.h>
|
||||||
#include <AP_InertialSensor.h>
|
#include <AP_InertialSensor.h>
|
||||||
#include <GCS_MAVLink.h>
|
#include <GCS_MAVLink.h>
|
||||||
|
#include <AP_Notify.h>
|
||||||
|
|
||||||
#define A_LED_PIN 37
|
#define A_LED_PIN 37
|
||||||
#define C_LED_PIN 35
|
#define C_LED_PIN 35
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include <AP_ADC.h>
|
#include <AP_ADC.h>
|
||||||
#include <AP_InertialSensor.h>
|
#include <AP_InertialSensor.h>
|
||||||
#include <GCS_MAVLink.h>
|
#include <GCS_MAVLink.h>
|
||||||
|
#include <AP_Notify.h>
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user