Fix compile errors when compiling for the AVR32 UC3 target.

Dean Camera 14 years ago
parent 2e76ad721e
commit 605ef921cc
  1. 1
      LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
  2. 1
      LUFA/Drivers/USB/Core/UC3/PipeStream_UC3.h

@ -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…
Cancel
Save