aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-06-12 20:20:07 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-06-12 20:20:07 +0200
commit1509af922b0490d8d60b125a8f1e38f52f87fc86 (patch)
tree3893f09831aeaf85e1fabf12533781bb070ce1cf /Projects
parentf7b9ebea02cf2a48fd4b287f6a445090ea433d52 (diff)
downloadlufa-1509af922b0490d8d60b125a8f1e38f52f87fc86.tar.gz
lufa-1509af922b0490d8d60b125a8f1e38f52f87fc86.tar.bz2
lufa-1509af922b0490d8d60b125a8f1e38f52f87fc86.zip
Add missing include to the Bentio project.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/Benito/Benito.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h
index beac29f93..0dd9ba51a 100644
--- 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"