forked from Archive/PX4-Autopilot
Added fix for fmu_v5_protected build
This commit is contained in:
parent
eb9f71892f
commit
a6c1105384
|
@ -46,6 +46,7 @@ target_link_libraries(px4_layer
|
||||||
|
|
||||||
add_library(px4_kernel_layer
|
add_library(px4_kernel_layer
|
||||||
${KERNEL_SRCS}
|
${KERNEL_SRCS}
|
||||||
|
SerialImpl.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(px4_kernel_layer
|
target_link_libraries(px4_kernel_layer
|
||||||
|
|
Loading…
Reference in New Issue