projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2e27cc2
)
Fix up non-relative header file include paths (thanks to Kim Blomqvist).
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 1 Jul 2012 13:20:16 +0000
(13:20 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 1 Jul 2012 13:20:16 +0000
(13:20 +0000)
LUFA/Platform/Platform.h
patch
|
blob
|
blame
|
history
LUFA/Platform/UC3/ClockManagement.h
patch
|
blob
|
blame
|
history
LUFA/Platform/UC3/InterruptManagement.h
patch
|
blob
|
blame
|
history
LUFA/Platform/XMEGA/ClockManagement.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Platform/Platform.h
b/LUFA/Platform/Platform.h
index
db5f435
..
2524363
100644
(file)
--- a/
LUFA/Platform/Platform.h
+++ b/
LUFA/Platform/Platform.h
@@
-70,10
+70,10
@@
/* Includes: */
#if (ARCH == ARCH_UC3)
/* 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)
#elif (ARCH == ARCH_XMEGA)
- #include
<LUFA/Platform/XMEGA/ClockManagement.h>
+ #include
"XMEGA/ClockManagement.h"
#endif
#endif
#endif
#endif
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: */
#define _UC3_CLOCK_MANAGEMENT_H_
/* Includes: */
- #include
<LUFA/Common/Common.h>
+ #include
"../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
diff --git
a/LUFA/Platform/UC3/InterruptManagement.h
b/LUFA/Platform/UC3/InterruptManagement.h
index
7441a30
..
2f9ec23
100644
(file)
--- a/
LUFA/Platform/UC3/InterruptManagement.h
+++ b/
LUFA/Platform/UC3/InterruptManagement.h
@@
-71,7
+71,7
@@
#define _UC3_INTERRUPT_MANAGEMENT_H_
/* Includes: */
#define _UC3_INTERRUPT_MANAGEMENT_H_
/* Includes: */
- #include
<LUFA/Common/Common.h>
+ #include
"../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
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: */
#define _XMEGA_CLOCK_MANAGEMENT_H_
/* Includes: */
- #include
<LUFA/Common/Common.h>
+ #include
"../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)