aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Keyboard/Keyboard.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-19 15:01:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-19 15:01:57 +0000
commit7184153e5dc68e134d64cb16a1096ba9f1957964 (patch)
treefd041d57355f95756b0e297f2cac30c6b46821d8 /Demos/Keyboard/Keyboard.h
parent3ab07f0d93b5265b486711952c8a2eb8f464a4a6 (diff)
downloadlufa-7184153e5dc68e134d64cb16a1096ba9f1957964.tar.gz
lufa-7184153e5dc68e134d64cb16a1096ba9f1957964.tar.bz2
lufa-7184153e5dc68e134d64cb16a1096ba9f1957964.zip
Corrections to Keyboard and Mouse combined demos so that all modes (normal, interrupt, fully interrupt) work correctly.
Diffstat (limited to 'Demos/Keyboard/Keyboard.h')
-rw-r--r--Demos/Keyboard/Keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Keyboard/Keyboard.h b/Demos/Keyboard/Keyboard.h
index 8b3147c2a..143ffc654 100644
--- a/Demos/Keyboard/Keyboard.h
+++ b/Demos/Keyboard/Keyboard.h
@@ -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);