From 41cf625962daa66c0e40a49813b10fbacd2797d9 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 20 Feb 2011 14:43:13 +0000 Subject: More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1675 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Drivers/USB/USB.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'LUFA/Drivers/USB/USB.h') diff --git a/LUFA/Drivers/USB/USB.h b/LUFA/Drivers/USB/USB.h index 6dba17f6..2c590968 100644 --- a/LUFA/Drivers/USB/USB.h +++ b/LUFA/Drivers/USB/USB.h @@ -364,11 +364,6 @@ #include "../../Common/Common.h" #include "Core/USBMode.h" - /* Preprocessor Checks: */ - #if (!defined(USB_CAN_BE_DEVICE) && !defined(USB_CAN_BE_HOST)) - #error The currently selected architecture is not supported under the USB component of the library. - #endif - /* Includes: */ #include "Core/USBTask.h" #include "Core/Events.h" -- cgit v1.2.3