aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-19 22:28:02 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-19 22:28:02 +0200
commit65a8d68c5708c8bc87628d9a25cf0a9d951379ea (patch)
tree6f1474a96020667da31c09264fa12a99a023f998 /Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
parent139fabb6cdc36bf5259ec2c587f337b106a1c47f (diff)
downloadlufa-65a8d68c5708c8bc87628d9a25cf0a9d951379ea.tar.gz
lufa-65a8d68c5708c8bc87628d9a25cf0a9d951379ea.tar.bz2
lufa-65a8d68c5708c8bc87628d9a25cf0a9d951379ea.zip
Pseudo-port the projects and dual role demos for possible later multi-arch support.
Diffstat (limited to 'Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h')
-rw-r--r--Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
index 48b6389ee..12699398a 100644
--- a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
+++ b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.h
@@ -50,6 +50,7 @@
#include <LUFA/Drivers/Board/Joystick.h>
#include <LUFA/Drivers/Board/Buttons.h>
#include <LUFA/Drivers/USB/USB.h>
+ #include <LUFA/Platform/Platform.h>
#include "Descriptors.h"
#include "DeviceFunctions.h"
@@ -70,7 +71,7 @@
/* Function Prototypes: */
void SetupHardware(void);
-
+
void EVENT_USB_UIDChange(void);
#endif