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:
Dean Camera 2010-02-07 14:03:48 +00:00
parent 0c5d6f5f97
commit 6a48efd3bd
2 changed files with 27 additions and 30 deletions

View file

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