Constant MAX_REPORT_COUNT
pub const MAX_REPORT_COUNT: u32 = 255; // 255u32
Expand description
A hardcoded number of max reports. Because report ID is only 8 bits, only 255 different reports are allowed at a time.
pub const MAX_REPORT_COUNT: u32 = 255; // 255u32
A hardcoded number of max reports. Because report ID is only 8 bits, only 255 different reports are allowed at a time.