X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/38039765346c7441208dbcb3fd3cf8f13b7ced58..0214e096a0274fd506b09812f47dc1183084851d:/LUFA/Drivers/USB/LowLevel/DevChapter9.h diff --git a/LUFA/Drivers/USB/LowLevel/DevChapter9.h b/LUFA/Drivers/USB/LowLevel/DevChapter9.h index 5e1772a53..543c1a940 100644 --- a/LUFA/Drivers/USB/LowLevel/DevChapter9.h +++ b/LUFA/Drivers/USB/LowLevel/DevChapter9.h @@ -121,7 +121,7 @@ static void USB_Device_GetConfiguration(void); static void USB_Device_GetDescriptor(void); static void USB_Device_GetStatus(const uint8_t bmRequestType); - #if !defined(NO_CLEARSET_FEATURE_REQUEST) + #if !defined(FEATURELESS_CONTROL_ONLY_DEVICE) static void USB_Device_ClearSetFeature(const uint8_t bRequest, const uint8_t bmRequestType); #endif #endif