aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/KeyboardHost/KeyboardHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-20 05:39:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-20 05:39:15 +0000
commitecf7538430c01b95104682f0f7493e57b9168125 (patch)
tree5243014d8735f14a0841f793738c8ca51f46f783 /Demos/KeyboardHost/KeyboardHost.h
parentee7bd5685e000b3a128069fd75d436c653ab54b2 (diff)
downloadlufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.gz
lufa-ecf7538430c01b95104682f0f7493e57b9168125.tar.bz2
lufa-ecf7538430c01b95104682f0f7493e57b9168125.zip
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
Diffstat (limited to 'Demos/KeyboardHost/KeyboardHost.h')
-rw-r--r--Demos/KeyboardHost/KeyboardHost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/KeyboardHost/KeyboardHost.h b/Demos/KeyboardHost/KeyboardHost.h
index 388e50f52..8c1a70915 100644
--- a/Demos/KeyboardHost/KeyboardHost.h
+++ b/Demos/KeyboardHost/KeyboardHost.h
@@ -41,6 +41,7 @@
#include <avr/wdt.h>
#include <avr/pgmspace.h>
#include <avr/power.h>
+ #include <avr/interrupt.h>
#include <stdio.h>
#include <LUFA/Version.h> // Library Version Information
@@ -92,5 +93,6 @@
/* Function Prototypes: */
void UpdateStatus(uint8_t CurrentStatus);
+ void ReadNextReport(void);
#endif