AP_HAL_ChibiOS: RCOutput_serial: fix comment for set_reversible_mask()

This commit is contained in:
Michel Pastor 2021-05-25 23:13:09 +02:00 committed by Andrew Tridgell
parent 643fc77323
commit a148849ec3

View File

@ -122,7 +122,7 @@ void RCOutput::set_reversed_mask(uint16_t chanmask) {
}
}
// Set the dshot outputs that should be reversed (as opposed to 3D)
// Set the dshot outputs that should be reversible/3D
// The chanmask passed is added (ORed) into any existing mask.
void RCOutput::set_reversible_mask(uint16_t chanmask) {
_reversible_mask |= chanmask;