Fix up non-relative header file include paths (thanks to Kim Blomqvist).

This commit is contained in:
Dean Camera 2012-07-01 13:20:16 +00:00
parent 2e27cc2670
commit 5d9403fde4
4 changed files with 6 additions and 6 deletions

View file

@ -70,10 +70,10 @@
/* Includes: */
#if (ARCH == ARCH_UC3)
#include <LUFA/Platform/UC3/ClockManagement.h>
#include <LUFA/Platform/UC3/InterruptManagement.h>
#include "UC3/ClockManagement.h"
#include "UC3/InterruptManagement.h"
#elif (ARCH == ARCH_XMEGA)
#include <LUFA/Platform/XMEGA/ClockManagement.h>
#include "XMEGA/ClockManagement.h"
#endif
#endif