diff options
Diffstat (limited to 'Demos/Host/LowLevel/PrinterHost/PrinterHost.h')
-rw-r--r-- | Demos/Host/LowLevel/PrinterHost/PrinterHost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/PrinterHost/PrinterHost.h b/Demos/Host/LowLevel/PrinterHost/PrinterHost.h index 7fa572cf9..9b0bb5dda 100644 --- a/Demos/Host/LowLevel/PrinterHost/PrinterHost.h +++ b/Demos/Host/LowLevel/PrinterHost/PrinterHost.h @@ -41,6 +41,7 @@ #include <avr/wdt.h>
#include <avr/pgmspace.h>
#include <avr/power.h>
+ #include <avr/interrupt.h>
#include <stdio.h>
#include <string.h>
|