mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 02:40:35 +08:00
geo: remove dependency on drv_hrt time driver
This commit is contained in:
committed by
Mathieu Bresciani
parent
f971c0e617
commit
fd04ece6d4
@@ -37,10 +37,11 @@
|
||||
*/
|
||||
|
||||
// includes for mathematical manipulation
|
||||
#include <math.h>
|
||||
#include <matrix/math.hpp>
|
||||
#include <drivers/drv_hrt.h>
|
||||
#include <lib/geo/geo.h>
|
||||
#include <lib/mathlib/mathlib.h>
|
||||
#include <lib/modes/ui.hpp>
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
// clock access
|
||||
#include <px4_platform_common/defines.h>
|
||||
|
||||
Reference in New Issue
Block a user