Split out LED report processing from the host into a seperate routine in the LowLevel KeyboardMouse device demo, to avoid duplicate code.
This commit is contained in:
parent
0c5d6f5f97
commit
6a48efd3bd
2 changed files with 27 additions and 30 deletions
|
@ -131,6 +131,7 @@
|
|||
|
||||
/* Function Prototypes: */
|
||||
void SetupHardware(void);
|
||||
void Keyboard_ProcessLEDReport(const uint8_t LEDStatus);
|
||||
void Keyboard_HID_Task(void);
|
||||
void Mouse_HID_Task(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue