projects
/
pub
/
USBasp.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/USBasp.git]
/
LUFA
/
Platform
/
UC3
/
ClockManagement.h
diff --git
a/LUFA/Platform/UC3/ClockManagement.h
b/LUFA/Platform/UC3/ClockManagement.h
index
ac24314
..
b6b6ece
100644
(file)
--- a/
LUFA/Platform/UC3/ClockManagement.h
+++ b/
LUFA/Platform/UC3/ClockManagement.h
@@
-72,7
+72,7
@@
#define _UC3_CLOCK_MANAGEMENT_H_
/* Includes: */
- #include
<LUFA/Common/Common.h>
+ #include
"../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)