PX4: added conversion lib for rotation

This commit is contained in:
Andrew Tridgell 2014-07-03 14:21:25 +10:00
parent 65e7c74067
commit 226eece7e2
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.