Remove redundant Doxygen guards from the internal preprocessor definitions.
This commit is contained in:
parent
134e018b21
commit
5eb1862d54
11 changed files with 7 additions and 31 deletions
|
|
@ -86,10 +86,7 @@
|
|||
#define __BUTTONS_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_BUTTONS_H
|
||||
#define INCLUDE_FROM_BUTTONS_H
|
||||
#endif
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -119,10 +119,7 @@
|
|||
#define __DATAFLASH_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_DATAFLASH_H
|
||||
#define INCLUDE_FROM_DATAFLASH_H
|
||||
#endif
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -94,10 +94,7 @@
|
|||
#define __JOYSTICK_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_JOYSTICK_H
|
||||
#define INCLUDE_FROM_JOYSTICK_H
|
||||
#endif
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -102,10 +102,7 @@
|
|||
#define __LEDS_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_LEDS_H
|
||||
#define INCLUDE_FROM_LEDS_H
|
||||
#endif
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -59,9 +59,7 @@
|
|||
#define __ADC_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_ADC_H
|
||||
#endif
|
||||
#define __INCLUDE_FROM_ADC_H
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -58,9 +58,7 @@
|
|||
#define __SPI_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_SPI_H
|
||||
#endif
|
||||
#define __INCLUDE_FROM_SPI_H
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -58,9 +58,7 @@
|
|||
#define __SERIAL_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_SERIAL_H
|
||||
#endif
|
||||
#define __INCLUDE_FROM_SERIAL_H
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -58,9 +58,7 @@
|
|||
#define __TWI_H__
|
||||
|
||||
/* Macros: */
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define __INCLUDE_FROM_TWI_H
|
||||
#endif
|
||||
#define __INCLUDE_FROM_TWI_H
|
||||
|
||||
/* Includes: */
|
||||
#include "../../Common/Common.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue