aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/AVR8/SPI.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-23 01:03:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-23 01:03:27 +0000
commitc24027f3b5f1ca7bceababc82ea5b897b18dbac1 (patch)
tree092c11a135f245a63fe3f3ae4391f1b0eeb9dab8 /LUFA/Drivers/Peripheral/AVR8/SPI.h
parent2590452104c569f64aeefba3b06734035fb77d66 (diff)
downloadlufa-c24027f3b5f1ca7bceababc82ea5b897b18dbac1.tar.gz
lufa-c24027f3b5f1ca7bceababc82ea5b897b18dbac1.tar.bz2
lufa-c24027f3b5f1ca7bceababc82ea5b897b18dbac1.zip
Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin.
Fix broken AVR8 Serial peripheral driver.
Diffstat (limited to 'LUFA/Drivers/Peripheral/AVR8/SPI.h')
-rw-r--r--LUFA/Drivers/Peripheral/AVR8/SPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/Peripheral/AVR8/SPI.h b/LUFA/Drivers/Peripheral/AVR8/SPI.h
index 3440cc9f1..f466162be 100644
--- a/LUFA/Drivers/Peripheral/AVR8/SPI.h
+++ b/LUFA/Drivers/Peripheral/AVR8/SPI.h
@@ -51,6 +51,7 @@
#define __SPI_AVR8_H__
/* Includes: */
+ #include <avr/io.h>
#include <stdbool.h>
/* Preprocessor Checks: */