mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_Common: add Makefile and clean up includes
This commit is contained in:
parent
a3169d0a34
commit
4731f87683
@ -3,17 +3,8 @@
|
|||||||
// Unit tests for the AP_Common code
|
// Unit tests for the AP_Common code
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Progmem/AP_Progmem.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_Param/AP_Param.h>
|
|
||||||
#include <AP_HAL_AVR/AP_HAL_AVR.h>
|
|
||||||
#include <AP_HAL_SITL/AP_HAL_SITL.h>
|
|
||||||
#include <AP_HAL_Empty/AP_HAL_Empty.h>
|
|
||||||
#include <AP_HAL_PX4/AP_HAL_PX4.h>
|
|
||||||
#include <AP_Math/AP_Math.h>
|
|
||||||
#include <StorageManager/StorageManager.h>
|
|
||||||
|
|
||||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||||
|
|
||||||
|
1
libraries/AP_Common/examples/AP_Common/Makefile
Normal file
1
libraries/AP_Common/examples/AP_Common/Makefile
Normal file
@ -0,0 +1 @@
|
|||||||
|
include ../../../../mk/apm.mk
|
Loading…
Reference in New Issue
Block a user