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
Branches
Tags
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.
Please register or to comment