diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-21 05:04:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-21 05:04:18 +0000 |
commit | e0420015df848f18d5eb1672da4ccac578d454cf (patch) | |
tree | f76396ec33406dee89f8be571a63d0b0405d7511 /Bootloaders/TeensyHID | |
parent | b2de4519590d06267445e1b711678511cc706e7c (diff) | |
download | lufa-e0420015df848f18d5eb1672da4ccac578d454cf.tar.gz lufa-e0420015df848f18d5eb1672da4ccac578d454cf.tar.bz2 lufa-e0420015df848f18d5eb1672da4ccac578d454cf.zip |
Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIGNATURE_x defines in the AVR device header files only exist in a newer version of avr-libc than is in the Debian repositories, causing build issues on Linux.
Diffstat (limited to 'Bootloaders/TeensyHID')
-rw-r--r-- | Bootloaders/TeensyHID/TeensyHID.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Bootloaders/TeensyHID/TeensyHID.h b/Bootloaders/TeensyHID/TeensyHID.h index 9414eec77..b7d4d6bac 100644 --- a/Bootloaders/TeensyHID/TeensyHID.h +++ b/Bootloaders/TeensyHID/TeensyHID.h @@ -47,8 +47,7 @@ #include "Descriptors.h"
- #include <LUFA/Version.h> // Library Version Information
- #include <LUFA/Drivers/USB/USB.h> // USB Functionality
+ #include <LUFA/Drivers/USB/USB.h>
/* Preprocessor Checks: */
#if !defined(__AVR_AT90USB162__)
|