aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderDFU.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-09 09:54:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-09 09:54:12 +0000
commitd711e37d2f10f8df9a9ffdf974935c1f1d0a7906 (patch)
tree6b3825814e2b0b02f268a01f3d6693d8b4e7f514 /Bootloaders/DFU/BootloaderDFU.h
parent7e7124e40ba2155c5ee4348701be30d3790edca3 (diff)
downloadlufa-d711e37d2f10f8df9a9ffdf974935c1f1d0a7906.tar.gz
lufa-d711e37d2f10f8df9a9ffdf974935c1f1d0a7906.tar.bz2
lufa-d711e37d2f10f8df9a9ffdf974935c1f1d0a7906.zip
Altered DFU bootloader to use the signature byte constants located in the avr-libc part headers, rather than redefining them in Descriptors.h.
Diffstat (limited to 'Bootloaders/DFU/BootloaderDFU.h')
-rw-r--r--Bootloaders/DFU/BootloaderDFU.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h
index e5c680d21..b90fee13f 100644
--- a/Bootloaders/DFU/BootloaderDFU.h
+++ b/Bootloaders/DFU/BootloaderDFU.h
@@ -40,6 +40,7 @@
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/boot.h>
+ #include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <stdbool.h>