From 9ab3be39cbb99b811b29b56aad107298828fd52c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 10:01:41 +0000 Subject: Fixed more header guards. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/devices_lib/accel/lis302dl.h | 6 +++--- os/various/devices_lib/lcd/lcd3310.h | 6 +++--- os/various/evtimer.h | 6 +++--- os/various/lwip_bindings/lwipthread.h | 6 +++--- os/various/shell/shell.h | 6 +++--- os/various/shell/shell_cmd.h | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) (limited to 'os/various') diff --git a/os/various/devices_lib/accel/lis302dl.h b/os/various/devices_lib/accel/lis302dl.h index 719f8439d..397189bb9 100644 --- a/os/various/devices_lib/accel/lis302dl.h +++ b/os/various/devices_lib/accel/lis302dl.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _LIS302DL_H_ -#define _LIS302DL_H_ +#ifndef LIS302DL_H +#define LIS302DL_H /*===========================================================================*/ /* Driver constants. */ @@ -88,6 +88,6 @@ extern "C" { } #endif -#endif /* _LIS302DL_H_ */ +#endif /* LIS302DL_H */ /** @} */ diff --git a/os/various/devices_lib/lcd/lcd3310.h b/os/various/devices_lib/lcd/lcd3310.h index 1fe59d6f6..b10e838b2 100644 --- a/os/various/devices_lib/lcd/lcd3310.h +++ b/os/various/devices_lib/lcd/lcd3310.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _LCD3310_H_ -#define _LCD3310_H_ +#ifndef LCD3310_H +#define LCD3310_H /*===========================================================================*/ /* Driver constants. */ @@ -89,6 +89,6 @@ extern "C" { } #endif -#endif /* _LCD3310_H_ */ +#endif /* LCD3310_H */ /** @} */ diff --git a/os/various/evtimer.h b/os/various/evtimer.h index 584ba0f15..671e79f99 100644 --- a/os/various/evtimer.h +++ b/os/various/evtimer.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _EVTIMER_H_ -#define _EVTIMER_H_ +#ifndef EVTIMER_H +#define EVTIMER_H /*===========================================================================*/ /* Module constants. */ @@ -89,6 +89,6 @@ static inline void vevtStop(event_timer_t *etp) { chVTReset(&etp->et_vt); } -#endif /* _EVTIMER_H_ */ +#endif /* EVTIMER_H */ /** @} */ diff --git a/os/various/lwip_bindings/lwipthread.h b/os/various/lwip_bindings/lwipthread.h index b921f0280..8cd1c2e5d 100644 --- a/os/various/lwip_bindings/lwipthread.h +++ b/os/various/lwip_bindings/lwipthread.h @@ -21,8 +21,8 @@ * @{ */ -#ifndef _LWIPTHREAD_H_ -#define _LWIPTHREAD_H_ +#ifndef LWIPTHREAD_H +#define LWIPTHREAD_H #include @@ -156,6 +156,6 @@ extern "C" { } #endif -#endif /* _LWIPTHREAD_H_ */ +#endif /* LWIPTHREAD_H */ /** @} */ diff --git a/os/various/shell/shell.h b/os/various/shell/shell.h index 28701c599..5d026dd05 100644 --- a/os/various/shell/shell.h +++ b/os/various/shell/shell.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _SHELL_H_ -#define _SHELL_H_ +#ifndef SHELL_H +#define SHELL_H /*===========================================================================*/ /* Module constants. */ @@ -105,6 +105,6 @@ extern "C" { /* Module inline functions. */ /*===========================================================================*/ -#endif /* _SHELL_H_ */ +#endif /* SHELL_H */ /** @} */ diff --git a/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index 1f9ad64b1..4eac1a122 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _SHELLCMD_H_ -#define _SHELLCMD_H_ +#ifndef SHELLCMD_H +#define SHELLCMD_H /*===========================================================================*/ /* Module constants. */ @@ -109,6 +109,6 @@ extern "C" { /* Module inline functions. */ /*===========================================================================*/ -#endif /* _SHELLCMD_H_ */ +#endif /* SHELLCMD_H */ /** @} */ -- cgit v1.2.3