Started implementing the low level PDI protocol in the AVRISP project, for XMEGA device programming.

This commit is contained in:
Dean Camera 2009-12-03 00:53:45 +00:00
parent f92b56191d
commit f69f03cb0d
10 changed files with 240 additions and 37 deletions

View file

@ -47,7 +47,6 @@
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/SerialStream.h>
#if defined(ADC)
#include <LUFA/Drivers/Peripheral/ADC.h>