Browse Source

AP_HAL: remove set_safety_pwm

gps-1.3.1
Iampete1 3 years ago committed by Andrew Tridgell
parent
commit
ed80d91d55
  1. 6
      libraries/AP_HAL/RCOutput.h

6
libraries/AP_HAL/RCOutput.h

@ -100,12 +100,6 @@ public: @@ -100,12 +100,6 @@ public:
virtual uint16_t read_last_sent(uint8_t chan) { return read(chan); }
virtual void read_last_sent(uint16_t* period_us, uint8_t len) { read(period_us, len); };
/*
set PWM to send to a set of channels when the safety switch is
in the safe state
*/
virtual void set_safety_pwm(uint32_t chmask, uint16_t period_us) {}
/*
set PWM to send to a set of channels if the FMU firmware dies
*/

Loading…
Cancel
Save