Compare commits

...

2 Commits

Author SHA1 Message Date
Beniamino Pozzan 03b6449c9b chore: update Micro-XRCE-DDS-Client sumbodule (to amend)
Signed-off-by: Beniamino Pozzan <beniamino.pozzan@gmail.com>
2025-12-05 11:23:31 +00:00
Beniamino Pozzan 5e03a24673 fix: add __PX4 to MicroXRCEddsClient submodule
Signed-off-by: Beniamino Pozzan <beniamino.pozzan@gmail.com>
2025-12-05 10:47:17 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ else()
# Include NuttX headers
get_property(include_dirs DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES)
set(c_flags_with_includes "${CMAKE_C_FLAGS}")
set(cxx_flags_with_includes "${CMAKE_CXX_FLAGS}")
set(c_flags_with_includes "${CMAKE_C_FLAGS} -D__PX4")
set(cxx_flags_with_includes "${CMAKE_CXX_FLAGS} -D__PX4")
foreach(dir ${include_dirs})
set(c_flags_with_includes "${c_flags_with_includes} -I${dir}")
set(cxx_flags_with_includes "${cxx_flags_with_includes} -I${dir}")