Skip to content
Snippets Groups Projects
Commit 0cc034ee authored by Siddharth Bharat Purohit's avatar Siddharth Bharat Purohit Committed by Lorenz Meier
Browse files

px4fmu-v2 cmake: disable uavcan build to make space for tempcal module

parent acff1142
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ set(config_module_list
modules/navigator
modules/mavlink
modules/gpio_led
modules/uavcan
#modules/uavcan
modules/land_detector
modules/tempcal
......@@ -198,10 +198,10 @@ set(config_io_board
px4io-v2
)
set(config_extra_libs
uavcan
uavcan_stm32_driver
)
#set(config_extra_libs
# uavcan
# uavcan_stm32_driver
# )
set(config_io_extra_libs
)
......
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