From 258a6a01777afadbf6913246f12a7106b421b795 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 3 Dec 2009 09:12:36 +0000 Subject: Fix the tokens which enable and disable the different programming protocols in the AVRISP project. --- Projects/AVRISP/Lib/PDIProtocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/AVRISP/Lib/PDIProtocol.c') 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. -- cgit v1.2.3