From 1a443f7cbf65d073e9e9318549da0e5c5f02a069 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Tue, 5 Mar 2024 11:43:06 -0300 Subject: [PATCH] SRV_Channel: fix comment --- libraries/SRV_Channel/SRV_Channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SRV_Channel/SRV_Channel.h b/libraries/SRV_Channel/SRV_Channel.h index 5b45705641..22bcc5f779 100644 --- a/libraries/SRV_Channel/SRV_Channel.h +++ b/libraries/SRV_Channel/SRV_Channel.h @@ -376,7 +376,7 @@ public: static void set_output_pwm_chan_timeout(uint8_t chan, uint16_t value, uint16_t timeout_ms); // set output value for a function channel as a scaled value. This - // calls calc_pwm() to also set the pwm value + // this should be followed by a call to calc_pwm() to output the pwm values static void set_output_scaled(SRV_Channel::Aux_servo_function_t function, float value); // get scaled output for the given function type.