mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
POSIX: use C++ for drv_hrt (file was renamed)
This commit is contained in:
@@ -49,7 +49,7 @@ add_library(px4_layer
|
|||||||
px4_posix_tasks.cpp
|
px4_posix_tasks.cpp
|
||||||
px4_sem.cpp
|
px4_sem.cpp
|
||||||
lib_crc32.c
|
lib_crc32.c
|
||||||
drv_hrt.c
|
drv_hrt.cpp
|
||||||
${SHMEM_SRCS}
|
${SHMEM_SRCS}
|
||||||
)
|
)
|
||||||
target_compile_definitions(px4_layer PRIVATE MODULE_NAME="px4")
|
target_compile_definitions(px4_layer PRIVATE MODULE_NAME="px4")
|
||||||
|
|||||||
Reference in New Issue
Block a user