Add const qualifiers to Host mode Class drivers.
Fix KeyboardHost ClassDriver demo; boot protocol keyboard report structure in the Host Mode HID Class driver uses the full keycode array from the attached device.
This commit is contained in:
parent
7478b387a9
commit
9d6a373cb6
14 changed files with 179 additions and 165 deletions
|
@ -70,7 +70,7 @@ void Pipe_ClearPipes(void)
|
|||
}
|
||||
}
|
||||
|
||||
bool Pipe_IsEndpointBound(uint8_t EndpointAddress)
|
||||
bool Pipe_IsEndpointBound(const uint8_t EndpointAddress)
|
||||
{
|
||||
uint8_t PrevPipeNumber = Pipe_GetCurrentPipe();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue