mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: more changes for 32 bit servo mask
This commit is contained in:
parent
7aea559bdb
commit
113b4cec38
@ -266,7 +266,7 @@ public:
|
|||||||
/*
|
/*
|
||||||
* return mask of channels that must be disabled because they share a group with a digital channel
|
* return mask of channels that must be disabled because they share a group with a digital channel
|
||||||
*/
|
*/
|
||||||
virtual uint16_t get_disabled_channels(uint16_t digital_mask) { return 0; }
|
virtual uint32_t get_disabled_channels(uint32_t digital_mask) { return 0; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
set default update rate
|
set default update rate
|
||||||
|
Loading…
Reference in New Issue
Block a user