From c24027f3b5f1ca7bceababc82ea5b897b18dbac1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 23 Feb 2010 01:03:27 +0000 Subject: Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin. Fix broken AVR8 Serial peripheral driver. --- LUFA/Common/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Common') diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 04480d514..67bbb9295 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -62,7 +62,7 @@ #include "Atomic.h" - #define PROGMEM + #define PROGMEM const #else #include #endif -- cgit v1.2.3