aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID/TeensyHID.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-09 06:05:01 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-09 06:05:01 +0000
commit28343b1475b999e61c8fe98eb420507a0e6da388 (patch)
treede2080f2f4a8b575b5332137a191a4a3d90a3284 /Bootloaders/TeensyHID/TeensyHID.h
parent0323e13b39a8a00ede4a3242bddfc6d8343acdaa (diff)
downloadlufa-28343b1475b999e61c8fe98eb420507a0e6da388.tar.gz
lufa-28343b1475b999e61c8fe98eb420507a0e6da388.tar.bz2
lufa-28343b1475b999e61c8fe98eb420507a0e6da388.zip
Updated bootloaders to use the new main() function layout and remove any references to the scheduler to keep them in line with the rest of the library.
Diffstat (limited to 'Bootloaders/TeensyHID/TeensyHID.h')
-rw-r--r--Bootloaders/TeensyHID/TeensyHID.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bootloaders/TeensyHID/TeensyHID.h b/Bootloaders/TeensyHID/TeensyHID.h
index 0dd58524b..9414eec77 100644
--- a/Bootloaders/TeensyHID/TeensyHID.h
+++ b/Bootloaders/TeensyHID/TeensyHID.h
@@ -59,9 +59,13 @@
/** HID Class specific request to send the next HID report to the device. */
#define REQ_SetReport 0x09
+ /** Teensy Bootloader special address to start the user application */
#define TEENSY_STARTAPPLICATION 0xFFFF
/* Function Prototypes: */
+ void SetupHardware(void);
+ void ResetHardware(void);
+
void EVENT_USB_ConfigurationChanged(void);
void EVENT_USB_UnhandledControlPacket(void);