mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-10 09:52:11 +00:00
Fix compile errors when compiling for the AVR32 UC3 target.
This commit is contained in:
parent
2e76ad721e
commit
605ef921cc
@ -52,6 +52,7 @@
|
|||||||
/* Includes: */
|
/* Includes: */
|
||||||
#include "../../../../Common/Common.h"
|
#include "../../../../Common/Common.h"
|
||||||
#include "../USBMode.h"
|
#include "../USBMode.h"
|
||||||
|
#include "../USBTask.h"
|
||||||
|
|
||||||
/* Enable C linkage for C++ Compilers: */
|
/* Enable C linkage for C++ Compilers: */
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
/* Includes: */
|
/* Includes: */
|
||||||
#include "../../../../Common/Common.h"
|
#include "../../../../Common/Common.h"
|
||||||
#include "../USBMode.h"
|
#include "../USBMode.h"
|
||||||
|
#include "../USBTask.h"
|
||||||
|
|
||||||
/* Enable C linkage for C++ Compilers: */
|
/* Enable C linkage for C++ Compilers: */
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
Loading…
Reference in New Issue
Block a user