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
Branches
Tags
No related merge requests found
......@@ -46,9 +46,9 @@
#include <stdbool.h>
#include "../../../Common/Common.h"
#include "../LowLevel/LowLevel.h"
#include "USBMode.h"
#include "Events.h"
#include "../HighLevel/USBMode.h"
#include "../HighLevel/Events.h"
#include "LowLevel.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment