Skip to content
Snippets Groups Projects
Commit 0063f721 authored by Dean Camera's avatar Dean Camera
Browse files

Oops - relocated USBInterrupt.h header file requires adjusted include paths...

Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files.
parent e977774d
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,9 @@ ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment