Altered DFU bootloader to use the signature byte constants located in the avr-libc part headers, rather than redefining them in Descriptors.h.

This commit is contained in:
Dean Camera 2009-03-09 09:54:12 +00:00
parent 7e7124e40b
commit d711e37d2f
3 changed files with 2 additions and 37 deletions

View file

@ -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>