diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-03 09:12:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-03 09:12:36 +0000 |
commit | 258a6a01777afadbf6913246f12a7106b421b795 (patch) | |
tree | 0c10168d0bd5462d4ef595d35f3140e75f62dc60 /Projects/AVRISP/Lib/PDIProtocol.c | |
parent | bae00a3d42f150482c973a7238f3501ccd026063 (diff) | |
download | lufa-258a6a01777afadbf6913246f12a7106b421b795.tar.gz lufa-258a6a01777afadbf6913246f12a7106b421b795.tar.bz2 lufa-258a6a01777afadbf6913246f12a7106b421b795.zip |
Fix the tokens which enable and disable the different programming protocols in the AVRISP project.
Diffstat (limited to 'Projects/AVRISP/Lib/PDIProtocol.c')
-rw-r--r-- | Projects/AVRISP/Lib/PDIProtocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/PDIProtocol.c b/Projects/AVRISP/Lib/PDIProtocol.c index 2ed3ff293..3e16407ce 100644 --- a/Projects/AVRISP/Lib/PDIProtocol.c +++ b/Projects/AVRISP/Lib/PDIProtocol.c @@ -28,7 +28,7 @@ this software.
*/
-#if defined(ENABLE_XPROG_PROTOCOL)
+#if defined(ENABLE_PDI_PROTOCOL)
#warning PDI Programming Protocol support is incomplete and not currently suitable for use.
|