Remove redundant Doxygen guards from the internal preprocessor definitions.

This commit is contained in:
Dean Camera 2011-03-15 09:22:39 +00:00
parent 134e018b21
commit 5eb1862d54
11 changed files with 7 additions and 31 deletions

View file

@ -356,9 +356,7 @@
#define __USB_H__
/* Macros: */
#if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_USB_DRIVER
#endif
#define __INCLUDE_FROM_USB_DRIVER
/* Includes: */
#include "../../Common/Common.h"