AP_HAL: more changes for 32 bit servo mask

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

View File

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