projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix up non-relative header file include paths (thanks to Kim Blomqvist).
[pub/lufa.git]
/
LUFA
/
Platform
/
XMEGA
/
ClockManagement.h
diff --git
a/LUFA/Platform/XMEGA/ClockManagement.h
b/LUFA/Platform/XMEGA/ClockManagement.h
index
c0553ae
..
c824c89
100644
(file)
--- a/
LUFA/Platform/XMEGA/ClockManagement.h
+++ b/
LUFA/Platform/XMEGA/ClockManagement.h
@@
-70,7
+70,7
@@
#define _XMEGA_CLOCK_MANAGEMENT_H_
/* Includes: */
- #include
<LUFA/Common/Common.h>
+ #include
"../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)