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

@ -51,6 +51,7 @@
#define __SPI_AVR32_H__
/* Includes: */
#include <avr32/io.h>
#include <stdbool.h>
/* Preprocessor Checks: */