mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files.
This commit is contained in:
parent
e977774d4e
commit
0063f72117
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user