Skip to content
Snippets Groups Projects
Commit 4ad82644 authored by James Goppert's avatar James Goppert
Browse files

Removed uavcan from nuttx firmware for v1.

parent 67087c64
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@ set(config_module_list
modules/controllib
modules/uORB
modules/dataman
modules/uavcan
#
# Libraries
......
......@@ -168,6 +168,8 @@ set(config_io_board
set(config_extra_libs
${CMAKE_SOURCE_DIR}/src/lib/mathlib/CMSIS/libarm_cortexM4lf_math.a
libuavcan.a
libuavcan_stm32_driver.a
)
set(config_io_extra_libs
......
......@@ -40,8 +40,6 @@ target_link_libraries(firmware_nuttx
${module_libraries}
${config_extra_libs}
${link_libs}
libuavcan_stm32_driver.a
libuavcan.a
-Wl,--end-group)
add_custom_target(check_weak
......
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