projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change AVRISP project's timeout to be interrupt based again, but make the interrupt...
[pub/USBasp.git]
/
Projects
/
Incomplete
/
StandaloneProgrammer
/
StandaloneProgrammer.h
diff --git
a/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
b/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
index
5623945
..
f61e369
100644
(file)
--- a/
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
+++ b/
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
@@
-40,6
+40,7
@@
#include <avr/io.h>
\r
#include <avr/wdt.h>
\r
#include <avr/power.h>
\r
+ #include <avr/interrupt.h>
\r
#include <stdio.h>
\r
\r
#include "DiskDevice.h"
\r