Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and PDI programming.

This commit is contained in:
Dean Camera 2009-12-24 01:59:36 +00:00
parent ce044844ea
commit 05fcf7e2a7
9 changed files with 5 additions and 110 deletions

View file

@ -43,7 +43,7 @@
#include <LUFA/Common/Common.h>
#include "TPIProtocol.h"
#include "XPROGProtocol.h"
#include "TPITarget.h"
/* Preprocessor Checks: */