Browse Source

AP_HAL_Linux: more changes for 32 bit servo mask

apm_2208
Andrew Tridgell 3 years ago
parent
commit
f530761174
  1. 2
      libraries/AP_HAL_Linux/RCOutput_PCA9685.h

2
libraries/AP_HAL_Linux/RCOutput_PCA9685.h

@ -48,7 +48,7 @@ private:
bool _corking = false; bool _corking = false;
uint8_t _channel_offset; uint8_t _channel_offset;
int16_t _oe_pin_number; int16_t _oe_pin_number;
uint16_t _pending_write_mask; uint32_t _pending_write_mask;
}; };
} }

Loading…
Cancel
Save