Browse Source

Merge branch 'master' of github.com:PX4/Firmware

sbg
Lorenz Meier 12 years ago
parent
commit
6b947a67d0
  1. 2
      apps/drivers/px4io/px4io.cpp

2
apps/drivers/px4io/px4io.cpp

@ -122,7 +122,7 @@ private: @@ -122,7 +122,7 @@ private:
uint16_t _alarms;
/* subscribed topics */
int _t_actuators; ///< actuator output topic
int _t_actuators; ///< actuator controls topic
int _t_armed; ///< system armed control topic
int _t_vstatus; ///< system / vehicle status
int _t_param; ///< parameter update topic

Loading…
Cancel
Save