Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / USBInterrupt.h
index a191a29..f954468 100644 (file)
        /* Includes: */
                #include <avr/io.h>
                #include <avr/interrupt.h>
+               #include <util/atomic.h>
                #include <stdbool.h>
                
                #include "../../../Common/Common.h"
                #include "../HighLevel/USBMode.h"
                #include "../HighLevel/Events.h"
-               #include "LowLevel.h"
+               #include "USBController.h"
                
        /* Enable C linkage for C++ Compilers: */
                #if defined(__cplusplus)