Fix the tokens which enable and disable the different programming protocols in the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-03 09:12:36 +00:00
parent bae00a3d42
commit 258a6a0177
14 changed files with 41 additions and 26 deletions

View file

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