Corrections to Keyboard and Mouse combined demos so that all modes (normal, interrupt, fully interrupt) work correctly.
This commit is contained in:
parent
3ab07f0d93
commit
7184153e5d
5 changed files with 31 additions and 46 deletions
|
@ -113,7 +113,7 @@
|
|||
HANDLES_EVENT(USB_UnhandledControlPacket);
|
||||
|
||||
/* Function Prototypes: */
|
||||
bool CreateKeyboardReport(USB_KeyboardReport_Data_t* ReportData);
|
||||
void CreateKeyboardReport(USB_KeyboardReport_Data_t* ReportData);
|
||||
void ProcessLEDReport(uint8_t LEDReport);
|
||||
static inline void SendNextReport(void);
|
||||
static inline void ReceiveNextReport(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue