projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed incorrect USB device state set when a suspended LUFA device is woken while...
[pub/USBasp.git]
/
Projects
/
Benito
/
Benito.h
diff --git
a/Projects/Benito/Benito.h
b/Projects/Benito/Benito.h
index
beac29f
..
0dd9ba5
100644
(file)
--- a/
Projects/Benito/Benito.h
+++ b/
Projects/Benito/Benito.h
@@
-39,6
+39,7
@@
/* Includes: */
#include <avr/io.h>
#include <avr/wdt.h>
+ #include <avr/power.h>
#include <avr/interrupt.h>
#include "Descriptors.h"