Skip to content
Snippets Groups Projects
Commit bd76042d authored by Mark Charlebois's avatar Mark Charlebois Committed by Julian Oes
Browse files

Added muorb to posix eagle build

parent ff0618a8
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ set(config_module_list
modules/systemlib
modules/systemlib/mixer
modules/uORB
modules/muorb/krait
modules/sensors
modules/dataman
modules/sdlog2
......
......@@ -23,7 +23,6 @@ else()
QURT_LIB(APP_NAME mainapp
IDL_NAME px4muorb
SOURCES
${CMAKE_SOURCE_DIR}/src/platforms/qurt/dspal/dspal_stub.c
${CMAKE_BINARY_DIR}/apps.h
LINK_LIBS
${module_libraries}
......
......@@ -180,8 +180,10 @@ MultirotorMixer::from_text(Mixer::ControlCallback control_cb, uintptr_t cb_handl
} else if (!strcmp(geomname, "8c")) {
geometry = MultirotorGeometry::OCTA_COX;
#if 0
} else if (!strcmp(geomname, "8cw")) {
geometry = MultirotorGeometry::OCTA_COX_WIDE;
#endif
} else if (!strcmp(geomname, "2-")) {
geometry = MultirotorGeometry::TWIN_ENGINE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment