projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b9ebe
)
Add missing include to the Bentio project.
author
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 12 Jun 2013 18:20:07 +0000
(20:20 +0200)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 12 Jun 2013 18:20:07 +0000
(20:20 +0200)
Projects/Benito/Benito.h
patch
|
blob
|
blame
|
history
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"