aboutsummaryrefslogtreecommitdiff
path: root/Demos/MouseHost/MouseHost.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-03-20 05:39:15 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-03-20 05:39:15 +0000
commit0ed9598a9aab0e947ecc766559debd2aa58ea36d (patch)
tree5243014d8735f14a0841f793738c8ca51f46f783 /Demos/MouseHost/MouseHost.h
parent5ad0d58091dc0003f5fc620fd8083274efca40d7 (diff)
Combined Keyboad and Mouse normal and interrupt driven host demos into unified Keyboard and Mouse host demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@474 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/MouseHost/MouseHost.h')
-rw-r--r--Demos/MouseHost/MouseHost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/MouseHost/MouseHost.h b/Demos/MouseHost/MouseHost.h
index 1bd52ebe..b72e09cd 100644
--- a/Demos/MouseHost/MouseHost.h
+++ b/Demos/MouseHost/MouseHost.h
@@ -40,6 +40,7 @@
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/pgmspace.h>
+ #include <avr/interrupt.h>
#include <avr/power.h>
#include <stdio.h>
@@ -92,5 +93,6 @@
/* Function Prototypes: */
void UpdateStatus(uint8_t CurrentStatus);
+ void ReadNextReport(void);
#endif