mirror of https://github.com/ArduPilot/ardupilot
19 lines
397 B
C
19 lines
397 B
C
#pragma once
|
|
|
|
/* Umbrella header for all private headers of the AP_HAL_ChibiOS module.
|
|
* Only import this header from inside AP_HAL_ChibiOS
|
|
*/
|
|
|
|
#include "AnalogIn.h"
|
|
#include "GPIO.h"
|
|
#include "Scheduler.h"
|
|
#include "Util.h"
|
|
#include "UARTDriver.h"
|
|
#include "SPIDevice.h"
|
|
#include "Storage.h"
|
|
#include "RCInput.h"
|
|
#include "RCOutput.h"
|
|
#include "I2CDevice.h"
|
|
#include "Flash.h"
|
|
#include "DSP.h"
|