X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b5682f2c4476c368589c084b374bcdd997e85cdb..022fa26b43f062ca6e4b23c64ec2d0d0bab7e377:/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__)