diff options
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/USBInterrupt.h')
-rw-r--r-- | LUFA/Drivers/USB/LowLevel/USBInterrupt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/USBInterrupt.h b/LUFA/Drivers/USB/LowLevel/USBInterrupt.h index cccf26ac8..e46e7597b 100644 --- a/LUFA/Drivers/USB/LowLevel/USBInterrupt.h +++ b/LUFA/Drivers/USB/LowLevel/USBInterrupt.h @@ -43,6 +43,7 @@ /* Includes: */
#include <avr/io.h>
+ #include <avr/interrupt.h>
#include <stdbool.h>
#include "../../../Common/Common.h"
|