mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 07:00:34 +08:00
Adapted for shared library use with ROS
This commit is contained in:
@@ -42,8 +42,9 @@
|
||||
#define TOPIC_ACTUATOR_ARMED_H
|
||||
|
||||
#include <stdint.h>
|
||||
#ifdef CONFIG_ARCH_ARM
|
||||
#include "../uORB.h"
|
||||
|
||||
#endif
|
||||
/**
|
||||
* @addtogroup topics
|
||||
* @{
|
||||
@@ -64,6 +65,7 @@ struct actuator_armed_s {
|
||||
*/
|
||||
|
||||
/* register this as object request broker structure */
|
||||
#ifdef CONFIG_ARCH_ARM
|
||||
ORB_DECLARE(actuator_armed);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user