Fix compile errors when compiling for the AVR32 UC3 target.

This commit is contained in:
Dean Camera 2011-06-08 00:25:20 +00:00
parent 2e76ad721e
commit 605ef921cc
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@
/* Includes: */
#include "../../../../Common/Common.h"
#include "../USBMode.h"
#include "../USBTask.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)

View File

@ -52,6 +52,7 @@
/* Includes: */
#include "../../../../Common/Common.h"
#include "../USBMode.h"
#include "../USBTask.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)