Fix up non-relative header file include paths (thanks to Kim Blomqvist).
This commit is contained in:
parent
2e27cc2670
commit
5d9403fde4
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue