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/common/startup/e200/compilers/CW/vectors.h | 6 +++--- os/common/startup/e200/compilers/GCC/vectors.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/common/startup/e200/compilers') diff --git a/os/common/startup/e200/compilers/CW/vectors.h b/os/common/startup/e200/compilers/CW/vectors.h index 26f7607df..95b1ff72c 100644 --- a/os/common/startup/e200/compilers/CW/vectors.h +++ b/os/common/startup/e200/compilers/CW/vectors.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _VECTORS_H_ -#define _VECTORS_H_ +#ifndef VECTORS_H +#define VECTORS_H #include "ppcparams.h" @@ -73,6 +73,6 @@ extern "C" { /* Module inline functions. */ /*===========================================================================*/ -#endif /* _VECTORS_H_ */ +#endif /* VECTORS_H */ /** @} */ diff --git a/os/common/startup/e200/compilers/GCC/vectors.h b/os/common/startup/e200/compilers/GCC/vectors.h index 052314a60..392148fb2 100644 --- a/os/common/startup/e200/compilers/GCC/vectors.h +++ b/os/common/startup/e200/compilers/GCC/vectors.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _VECTORS_H_ -#define _VECTORS_H_ +#ifndef VECTORS_H +#define VECTORS_H #include "ppcparams.h" @@ -73,6 +73,6 @@ extern "C" { /* Module inline functions. */ /*===========================================================================*/ -#endif /* _VECTORS_H_ */ +#endif /* VECTORS_H */ /** @} */ -- cgit v1.2.3