From 022fa26b43f062ca6e4b23c64ec2d0d0bab7e377 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 21 Sep 2011 23:40:05 +0000 Subject: Fix missing C++ linkage command in ArchitectureSpecific.h. Fix missing closing brace in an Endpoint function for the UC3 targets. --- LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB') diff --git a/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h b/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h index eefd9cfcd..d38df8b48 100644 --- a/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h +++ b/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h @@ -305,7 +305,7 @@ ((uint32_t)Type << AVR32_USBB_EPTYPE_OFFSET) | ((uint32_t)(Direction ? AVR32_USBB_UECFG0_EPDIR_MASK : 0) | ((uint32_t)Banks << AVR32_USBB_EPBK_OFFSET) | - Endpoint_BytesToEPSizeMask(Size))); + Endpoint_BytesToEPSizeMask(Size)))); } /** Indicates the number of bytes currently stored in the current endpoint's selected bank. -- cgit v1.2.3