Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin.

Fix broken AVR8 Serial peripheral driver.
This commit is contained in:
Dean Camera 2010-02-23 01:03:27 +00:00
parent 2590452104
commit c24027f3b5
7 changed files with 29 additions and 11 deletions

View file

@ -62,7 +62,7 @@
#include "Atomic.h"
#define PROGMEM
#define PROGMEM const
#else
#include <avr/io.h>
#endif