APM:Libraries
AP_HAL_Linux.h
Go to the documentation of this file.
1 #pragma once
2 
3 /* Your layer exports should depend on AP_HAL.h ONLY. */
4 #include <AP_HAL/AP_HAL.h>
5 
21 #if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
22 
23 #include "HAL_Linux_Class.h"
24 
25 #endif // CONFIG_HAL_BOARD