Fixed documentation typoes and preprocessor checks relating to misspellings of the...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / USBMode.h
index f0fbf68..138af9e 100644 (file)
@@ -65,8 +65,8 @@
                                #error USB_HOST_ONLY and USB_DEVICE_ONLY are mutually exclusive.\r
                        #endif\r
 \r
-                       #if (defined(USB_RAM_DESCRIPTORS) && defined(USE_EEPROM_DESCRIPTORS))\r
-                               #error USB_RAM_DESCRIPTORS and USE_EEPROM_DESCRIPTORS are mutually exclusive.\r
+                       #if (defined(USE_RAM_DESCRIPTORS) && defined(USE_EEPROM_DESCRIPTORS))\r
+                               #error USE_RAM_DESCRIPTORS and USE_EEPROM_DESCRIPTORS are mutually exclusive.\r
                        #endif\r
 \r
                        #if defined(USE_STATIC_OPTIONS)\r