You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
499 B
23 lines
499 B
|
|
#ifndef __AP_HAL_LINUX_PRIVATE_H__ |
|
#define __AP_HAL_LINUX_PRIVATE_H__ |
|
|
|
/* Umbrella header for all private headers of the AP_HAL_Linux module. |
|
* Only import this header from inside AP_HAL_Linux |
|
*/ |
|
|
|
#include "UARTDriver.h" |
|
#include "I2CDriver.h" |
|
#include "SPIDriver.h" |
|
#include "AnalogIn.h" |
|
#include "Storage.h" |
|
#include "Console.h" |
|
#include "GPIO.h" |
|
#include "RCInput.h" |
|
#include "RCOutput.h" |
|
#include "Semaphores.h" |
|
#include "Scheduler.h" |
|
#include "Util.h" |
|
|
|
#endif // __AP_HAL_LINUX_PRIVATE_H__ |
|
|
|
|