mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
move __PX4_LINUX out of px4_impl_os.cmake
This commit is contained in:
committed by
Daniel Agar
parent
fb1b6a0ab9
commit
b70289c536
@@ -1,3 +1,6 @@
|
||||
add_definitions(
|
||||
-D__PX4_LINUX
|
||||
)
|
||||
|
||||
px4_add_board(
|
||||
VENDOR aerotenna
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
add_definitions(
|
||||
-D__PX4_LINUX
|
||||
|
||||
-DRC_AUTOPILOT_EXT # Enable extensions in Robotics Cape Library, TODO: remove
|
||||
)
|
||||
|
||||
px4_add_board(
|
||||
VENDOR beaglebone
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
add_definitions(
|
||||
-D__PX4_LINUX
|
||||
)
|
||||
|
||||
px4_add_board(
|
||||
VENDOR emlid
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
add_definitions(
|
||||
-D__PX4_LINUX
|
||||
)
|
||||
|
||||
px4_add_board(
|
||||
VENDOR px4
|
||||
|
||||
Reference in New Issue
Block a user