AP_HAL_Linux: more changes for 32 bit servo mask

This commit is contained in:
Andrew Tridgell 2022-05-16 07:30:16 +10:00
parent 113b4cec38
commit f530761174

View File

@ -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;
}; };
} }