projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Peripheral
/
AVR32
/
SPI.h
diff --git
a/LUFA/Drivers/Peripheral/AVR32/SPI.h
b/LUFA/Drivers/Peripheral/AVR32/SPI.h
index
e07eb6c
..
b748479
100644
(file)
--- a/
LUFA/Drivers/Peripheral/AVR32/SPI.h
+++ b/
LUFA/Drivers/Peripheral/AVR32/SPI.h
@@
-51,6
+51,7
@@
#define __SPI_AVR32_H__
\r
\r
/* Includes: */
\r
+ #include <avr32/io.h>
\r
#include <stdbool.h>
\r
\r
/* Preprocessor Checks: */
\r