mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: more changes for 32 bit servo mask
This commit is contained in:
parent
113b4cec38
commit
f530761174
@ -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…
Reference in New Issue
Block a user