diff options
Diffstat (limited to 'Demos/CDCHost/CDCHost.h')
-rw-r--r-- | Demos/CDCHost/CDCHost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/CDCHost/CDCHost.h b/Demos/CDCHost/CDCHost.h index 2adbefd30..21b9d67ed 100644 --- a/Demos/CDCHost/CDCHost.h +++ b/Demos/CDCHost/CDCHost.h @@ -40,6 +40,7 @@ #include <avr/io.h>
#include <avr/wdt.h>
#include <avr/pgmspace.h>
+ #include <avr/power.h>
#include <stdio.h>
#include <LUFA/Version.h> // Library Version Information
|