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/devices/SPC560Dxx/ppcparams.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/common/startup/e200/devices/SPC560Dxx/ppcparams.h') diff --git a/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h b/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h index 953a1668e..b0c7a8a5a 100644 --- a/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h +++ b/os/common/startup/e200/devices/SPC560Dxx/ppcparams.h @@ -25,8 +25,8 @@ * @{ */ -#ifndef _PPCPARAMS_H_ -#define _PPCPARAMS_H_ +#ifndef PPCPARAMS_H +#define PPCPARAMS_H /** * @brief Family identification macro. @@ -78,6 +78,6 @@ */ #define PPC_NUM_VECTORS 155 -#endif /* _PPCPARAMS_H_ */ +#endif /* PPCPARAMS_H */ /** @} */ -- cgit v1.2.3