mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 08:47:35 +08:00
px4fmu-v2 cmake: disable uavcan build to make space for tempcal module
This commit is contained in:
committed by
Lorenz Meier
parent
acff114260
commit
0cc034ee15
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user