X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/00d0883507efdc17688abafa75e81bf62f83d777..b462f2d457ec2f0cfa22a1c3db198cb22f6809a1:/LUFA/Drivers/USB/LowLevel/DevChapter9.h diff --git a/LUFA/Drivers/USB/LowLevel/DevChapter9.h b/LUFA/Drivers/USB/LowLevel/DevChapter9.h index 65fa0418c..fdef72757 100644 --- a/LUFA/Drivers/USB/LowLevel/DevChapter9.h +++ b/LUFA/Drivers/USB/LowLevel/DevChapter9.h @@ -36,8 +36,6 @@ #include #include #include - #include - #include #include "../HighLevel/StdDescriptors.h" #include "../HighLevel/Events.h" @@ -45,21 +43,12 @@ #include "../HighLevel/USBTask.h" #include "LowLevel.h" - /* Preprocessor Checks: */ - #if defined(USE_INTERNAL_SERIAL) && !(defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR)) - #error USE_INTERNAL_SERIAL invalid, the selected AVR model does not contain unique serial bytes. - #endif - - #if defined(USE_INTERNAL_SERIAL) && (USE_INTERNAL_SERIAL <= 1) - #error USE_INTERNAL_SERIAL must be defined to the string descriptor index chosen for the serial number descriptor. - #endif - /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus) extern "C" { #endif - /* Public Interface - May be used in end-application: */ + /* Public Interface - May be used in end-application: */ /* Global Variables: */ /** Indicates the currently set configuration number of the device. USB devices may have several * different configurations which the host can select between; this indicates the currently selected