diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-01 13:20:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-01 13:20:16 +0000 |
| commit | 9a5b6b91357322bb1142104f1a9c2579a8e8ed4a (patch) | |
| tree | ea79e4966e1566bc4fd088db9993a8f099558eba /LUFA/Platform/UC3 | |
| parent | 3a26aedf1f1181b943c86e6d009d4735a4a21ced (diff) | |
Fix up non-relative header file include paths (thanks to Kim Blomqvist).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2378 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Platform/UC3')
| -rw-r--r-- | LUFA/Platform/UC3/ClockManagement.h | 2 | ||||
| -rw-r--r-- | LUFA/Platform/UC3/InterruptManagement.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Platform/UC3/ClockManagement.h b/LUFA/Platform/UC3/ClockManagement.h index ac243147..b6b6ece2 100644 --- 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) diff --git a/LUFA/Platform/UC3/InterruptManagement.h b/LUFA/Platform/UC3/InterruptManagement.h index 7441a301..2f9ec230 100644 --- a/LUFA/Platform/UC3/InterruptManagement.h +++ b/LUFA/Platform/UC3/InterruptManagement.h @@ -71,7 +71,7 @@ #define _UC3_INTERRUPT_MANAGEMENT_H_ /* Includes: */ - #include <LUFA/Common/Common.h> + #include "../../Common/Common.h" /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus) |
