mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
PX4: added conversion lib for rotation
This commit is contained in:
parent
65e7c74067
commit
226eece7e2
@ -62,6 +62,7 @@ MODULES += modules/uORB
|
||||
MODULES += lib/mathlib/math/filter
|
||||
MODULES += modules/libtomfastmath
|
||||
MODULES += modules/libtomcrypt
|
||||
MODULES += lib/conversion
|
||||
|
||||
#
|
||||
# Transitional support - add commands from the NuttX export archive.
|
||||
|
@ -61,7 +61,7 @@ MODULES += modules/uORB
|
||||
MODULES += lib/mathlib/math/filter
|
||||
MODULES += modules/libtomfastmath
|
||||
MODULES += modules/libtomcrypt
|
||||
|
||||
MODULES += lib/conversion
|
||||
|
||||
#
|
||||
# Transitional support - add commands from the NuttX export archive.
|
||||
|
Loading…
Reference in New Issue
Block a user