mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 05:20:35 +08:00
add and use PX4_ROS preprocessor define
This commit is contained in:
@@ -67,7 +67,7 @@ using namespace px4;
|
||||
|
||||
PX4_MAIN_FUNCTION(mc_att_control_multiplatform);
|
||||
|
||||
#if !defined(__linux) && !(defined(__APPLE__) && defined(__MACH__))
|
||||
#if !defined(__PX4_ROS)
|
||||
/**
|
||||
* Multicopter attitude control app start / stop handling function
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user