X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d0ac8e46f958e81f78876740202ca489569f5689..eb5b8a32e4d254479b14c82d36de8e17218640c4:/LUFA/Common/ArchitectureSpecific.h diff --git a/LUFA/Common/ArchitectureSpecific.h b/LUFA/Common/ArchitectureSpecific.h index 3920cb94e..502723fb7 100644 --- a/LUFA/Common/ArchitectureSpecific.h +++ b/LUFA/Common/ArchitectureSpecific.h @@ -56,6 +56,11 @@ #error Do not include this file directly. Include LUFA/Common/Common.h instead to gain this functionality. #endif + /* Enable C linkage for C++ Compilers: */ + #if defined(__cplusplus) + extern "C" { + #endif + /* Public Interface - May be used in end-application: */ /* Macros: */ #if (ARCH == ARCH_AVR8) || defined(__DOXYGEN__)