Fixed more header guards.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2016-04-02 10:01:41 +00:00
parent 50b0e64179
commit 9ab3be39cb
54 changed files with 161 additions and 161 deletions

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file armparams.h * @file LPC214x/armparams.h
* @brief ARM parameters for the LPC214x. * @brief ARM parameters for the LPC214x.
* *
* @defgroup ARM_LPC214x LPC214x Specific Parameters * @defgroup ARM_LPC214x LPC214x Specific Parameters
@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _ARMPARAMS_H_ #ifndef ARMPARAMS_H
#define _ARMPARAMS_H_ #define ARMPARAMS_H
/** /**
* @brief ARM core model. * @brief ARM core model.
@ -57,6 +57,6 @@
#define ARM_IRQ_VECTOR_REG 0xFFFFF030 #define ARM_IRQ_VECTOR_REG 0xFFFFF030
#endif #endif
#endif /* _ARMPARAMS_H_ */ #endif /* ARMPARAMS_H */
/** @} */ /** @} */

View File

@ -15,12 +15,12 @@
*/ */
/** /**
* @file lpc214x.h * @file lpc214x.h
* @brief LPC214x register definitions. * @brief LPC214x register definitions.
*/ */
#ifndef _LPC214X_H_ #ifndef LPC214X_H
#define _LPC214X_H_ #define LPC214X_H
typedef volatile uint8_t IOREG8; typedef volatile uint8_t IOREG8;
typedef volatile uint16_t IOREG16; typedef volatile uint16_t IOREG16;
@ -519,5 +519,5 @@ typedef struct {
*/ */
#define DACR (*((IOREG32 *)0xE006C000)) #define DACR (*((IOREG32 *)0xE006C000))
#endif /* _LPC214X_H_ */ #endif /* LPC214X_H */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _VECTORS_H_ #ifndef VECTORS_H
#define _VECTORS_H_ #define VECTORS_H
#include "cmparams.h" #include "cmparams.h"
@ -97,6 +97,6 @@ extern "C" {
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _VECTORS_H_ */ #endif /* VECTORS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -74,6 +74,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -74,6 +74,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -81,6 +81,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -82,6 +82,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -76,6 +76,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -85,6 +85,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -85,6 +85,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -80,6 +80,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -78,6 +78,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -89,6 +89,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _CMPARAMS_H_ #ifndef CMPARAMS_H
#define _CMPARAMS_H_ #define CMPARAMS_H
/** /**
* @brief Cortex core model. * @brief Cortex core model.
@ -82,6 +82,6 @@
#endif /* !defined(_FROM_ASM_) */ #endif /* !defined(_FROM_ASM_) */
#endif /* _CMPARAMS_H_ */ #endif /* CMPARAMS_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _VECTORS_H_ #ifndef VECTORS_H
#define _VECTORS_H_ #define VECTORS_H
#include "ppcparams.h" #include "ppcparams.h"
@ -73,6 +73,6 @@ extern "C" {
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _VECTORS_H_ */ #endif /* VECTORS_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _VECTORS_H_ #ifndef VECTORS_H
#define _VECTORS_H_ #define VECTORS_H
#include "ppcparams.h" #include "ppcparams.h"
@ -73,6 +73,6 @@ extern "C" {
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _VECTORS_H_ */ #endif /* VECTORS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -109,6 +109,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 217 #define PPC_NUM_VECTORS 217
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -109,6 +109,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 234 #define PPC_NUM_VECTORS 234
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -109,6 +109,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 155 #define PPC_NUM_VECTORS 155
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -109,6 +109,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 261 #define PPC_NUM_VECTORS 261
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -114,6 +114,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 360 #define PPC_NUM_VECTORS 360
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -237,6 +237,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 486 #define PPC_NUM_VECTORS 486
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -243,6 +243,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -90,6 +90,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 279 #define PPC_NUM_VECTORS 279
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -243,6 +243,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -78,6 +78,6 @@
*/ */
#define PPC_NUM_VECTORS 256 #define PPC_NUM_VECTORS 256
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -20,8 +20,8 @@
* @{ * @{
*/ */
#ifndef _BOOT_H_ #ifndef BOOT_H
#define _BOOT_H_ #define BOOT_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -88,6 +88,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _BOOT_H_ */ #endif /* BOOT_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _INTC_H_ #ifndef INTC_H
#define _INTC_H_ #define INTC_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -89,6 +89,6 @@
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _INTC_H_ */ #endif /* INTC_H */
/** @} */ /** @} */

View File

@ -25,8 +25,8 @@
* @{ * @{
*/ */
#ifndef _PPCPARAMS_H_ #ifndef PPCPARAMS_H
#define _PPCPARAMS_H_ #define PPCPARAMS_H
/** /**
* @brief Family identification macro. * @brief Family identification macro.
@ -83,6 +83,6 @@
*/ */
#define PPC_NUM_VECTORS 64 #define PPC_NUM_VECTORS 64
#endif /* _PPCPARAMS_H_ */ #endif /* PPCPARAMS_H */
/** @} */ /** @} */

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file hal_templates/wdg_lld.c * @file wdg_lld.c
* @brief WDG Driver subsystem low level driver source template. * @brief WDG Driver subsystem low level driver source template.
* *
* @addtogroup WDG * @addtogroup WDG

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file hal_templates/wdg_lld.h * @file wdg_lld.h
* @brief WDG Driver subsystem low level driver header template. * @brief WDG Driver subsystem low level driver header template.
* *
* @addtogroup WDG * @addtogroup WDG

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _LIS302DL_H_ #ifndef LIS302DL_H
#define _LIS302DL_H_ #define LIS302DL_H
/*===========================================================================*/ /*===========================================================================*/
/* Driver constants. */ /* Driver constants. */
@ -88,6 +88,6 @@ extern "C" {
} }
#endif #endif
#endif /* _LIS302DL_H_ */ #endif /* LIS302DL_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _LCD3310_H_ #ifndef LCD3310_H
#define _LCD3310_H_ #define LCD3310_H
/*===========================================================================*/ /*===========================================================================*/
/* Driver constants. */ /* Driver constants. */
@ -89,6 +89,6 @@ extern "C" {
} }
#endif #endif
#endif /* _LCD3310_H_ */ #endif /* LCD3310_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _EVTIMER_H_ #ifndef EVTIMER_H
#define _EVTIMER_H_ #define EVTIMER_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -89,6 +89,6 @@ static inline void vevtStop(event_timer_t *etp) {
chVTReset(&etp->et_vt); chVTReset(&etp->et_vt);
} }
#endif /* _EVTIMER_H_ */ #endif /* EVTIMER_H */
/** @} */ /** @} */

View File

@ -21,8 +21,8 @@
* @{ * @{
*/ */
#ifndef _LWIPTHREAD_H_ #ifndef LWIPTHREAD_H
#define _LWIPTHREAD_H_ #define LWIPTHREAD_H
#include <lwip/opt.h> #include <lwip/opt.h>
@ -156,6 +156,6 @@ extern "C" {
} }
#endif #endif
#endif /* _LWIPTHREAD_H_ */ #endif /* LWIPTHREAD_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _SHELL_H_ #ifndef SHELL_H
#define _SHELL_H_ #define SHELL_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -105,6 +105,6 @@ extern "C" {
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _SHELL_H_ */ #endif /* SHELL_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _SHELLCMD_H_ #ifndef SHELLCMD_H
#define _SHELLCMD_H_ #define SHELLCMD_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -109,6 +109,6 @@ extern "C" {
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _SHELLCMD_H_ */ #endif /* SHELLCMD_H */
/** @} */ /** @} */

View File

@ -14,8 +14,8 @@
limitations under the License. limitations under the License.
*/ */
#ifndef _BOARD_H_ #ifndef BOARD_H
#define _BOARD_H_ #define BOARD_H
/* /*
* Setup for a generic board. * Setup for a generic board.
@ -37,4 +37,4 @@ extern "C" {
#endif #endif
#endif /* _FROM_ASM_ */ #endif /* _FROM_ASM_ */
#endif /* _BOARD_H_ */ #endif /* BOARD_H */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _CH_TEST_H_ #ifndef CH_TEST_H
#define _CH_TEST_H_ #define CH_TEST_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -188,6 +188,6 @@ extern "C" {
#include "test_root.h" #include "test_root.h"
#endif /* _CH_TEST_H_ */ #endif /* CH_TEST_H */
/** @} */ /** @} */

View File

@ -22,8 +22,8 @@
* @{ * @{
*/ */
#ifndef _IRQ_STORM_H_ #ifndef IRQ_STORM_H
#define _IRQ_STORM_H_ #define IRQ_STORM_H
/*===========================================================================*/ /*===========================================================================*/
/* Module constants. */ /* Module constants. */
@ -161,6 +161,6 @@ extern "C" {
/* Module inline functions. */ /* Module inline functions. */
/*===========================================================================*/ /*===========================================================================*/
#endif /* _IRQ_STORM_H_ */ #endif /* IRQ_STORM_H */
/** @} */ /** @} */