projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing include to the Bentio project.
[pub/lufa.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"