diff options
Diffstat (limited to 'LUFA/Platform/UC3/ClockManagement.h')
-rw-r--r-- | LUFA/Platform/UC3/ClockManagement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Platform/UC3/ClockManagement.h b/LUFA/Platform/UC3/ClockManagement.h index ac2431476..b6b6ece27 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) |