X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c..32e735b2b2eefb74e0415a5826692f7ba8c0a984:/LUFA/Drivers/USB/LowLevel/DevChapter9.h diff --git a/LUFA/Drivers/USB/LowLevel/DevChapter9.h b/LUFA/Drivers/USB/LowLevel/DevChapter9.h index 6571659c1..23b7b4620 100644 --- a/LUFA/Drivers/USB/LowLevel/DevChapter9.h +++ b/LUFA/Drivers/USB/LowLevel/DevChapter9.h @@ -28,14 +28,6 @@ this software. */ -/** \file - * - * Module for device mode request processing. This module allows for the processing of standard control - * requests to the default control endpoint while in device mode. - * - * \see Chapter 9 of the USB 2.0 specification. - */ - #ifndef __DEVCHAPTER9_H__ #define __DEVCHAPTER9_H__