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

Fix compile errors when compiling for the AVR32 UC3 target.

parent 2e76ad72
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@
/* Includes: */
#include "../../../../Common/Common.h"
#include "../USBMode.h"
#include "../USBTask.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
......
......@@ -52,6 +52,7 @@
/* Includes: */
#include "../../../../Common/Common.h"
#include "../USBMode.h"
#include "../USBTask.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.
Finish editing this message first!
Please register or to comment