Browse Source

AP_HAL: added enable_sbus_out() call in RCOutput

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
b94e577cb8
  1. 5
      libraries/AP_HAL/RCOutput.h

5
libraries/AP_HAL/RCOutput.h

@ -108,6 +108,11 @@ public: @@ -108,6 +108,11 @@ public:
*/
virtual void set_esc_scaling(uint16_t min_pwm, uint16_t max_pwm) {}
/*
enable SBUS out at the given rate
*/
virtual bool enable_sbus_out(uint16_t rate_gz) { return false; }
/*
output modes. Allows for support of oneshot
*/

Loading…
Cancel
Save