Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files.

This commit is contained in:
Dean Camera 2010-04-28 08:20:15 +00:00
parent e977774d4e
commit 0063f72117

View File

@ -46,9 +46,9 @@
#include <stdbool.h> #include <stdbool.h>
#include "../../../Common/Common.h" #include "../../../Common/Common.h"
#include "../LowLevel/LowLevel.h" #include "../HighLevel/USBMode.h"
#include "USBMode.h" #include "../HighLevel/Events.h"
#include "Events.h" #include "LowLevel.h"
/* Enable C linkage for C++ Compilers: */ /* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus) #if defined(__cplusplus)