ardupilot/libraries/AP_HAL_PX4/AP_HAL_PX4.h
Andrew Tridgell ea649e036b AP_HAL: added HAL_CPU_CLASS define for selecting algorithms
this will make it easier to select the appropiate level of algorithm
for a CPU
2013-12-31 10:28:37 +11:00

14 lines
223 B
C

#ifndef __AP_HAL_PX4_H__
#define __AP_HAL_PX4_H__
#include <AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
#include "HAL_PX4_Class.h"
#include "AP_HAL_PX4_Main.h"
#endif // CONFIG_HAL_BOARD
#endif // __AP_HAL_PX4_H__