Corrections to Keyboard and Mouse combined demos so that all modes (normal, interrupt, fully interrupt) work correctly.

This commit is contained in:
Dean Camera 2009-03-19 15:01:57 +00:00
parent 3ab07f0d93
commit 7184153e5d
5 changed files with 31 additions and 46 deletions

View file

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