From 98e88598b1bb49d59cf20086f028e0799ead9595 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:11:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9215 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F0xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32F1xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32F37x/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32F3xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32F4xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32L0xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32L1xx/hal_lld.h | 6 +++--- os/hal/ports/STM32/STM32L4xx/hal_lld.h | 6 +++--- os/hal/ports/simulator/console.h | 6 +++--- os/hal/ports/simulator/pal_lld.h | 6 +++--- os/hal/ports/simulator/st_lld.h | 6 +++--- 12 files changed, 36 insertions(+), 36 deletions(-) (limited to 'os') diff --git a/os/hal/ports/STM32/STM32F0xx/hal_lld.h b/os/hal/ports/STM32/STM32F0xx/hal_lld.h index b42ee2ef8..5f3c54b62 100644 --- a/os/hal/ports/STM32/STM32F0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F0xx/hal_lld.h @@ -38,8 +38,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H /* * Registry definitions. @@ -953,6 +953,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32F1xx/hal_lld.h b/os/hal/ports/STM32/STM32F1xx/hal_lld.h index 9ac0bc253..fff3c607b 100644 --- a/os/hal/ports/STM32/STM32F1xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F1xx/hal_lld.h @@ -39,8 +39,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H #include "stm32_registry.h" @@ -217,6 +217,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32F37x/hal_lld.h b/os/hal/ports/STM32/STM32F37x/hal_lld.h index bb78c81f9..aeb4a1ed4 100644 --- a/os/hal/ports/STM32/STM32F37x/hal_lld.h +++ b/os/hal/ports/STM32/STM32F37x/hal_lld.h @@ -34,8 +34,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H /*===========================================================================*/ /* Driver constants. */ @@ -997,6 +997,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32F3xx/hal_lld.h b/os/hal/ports/STM32/STM32F3xx/hal_lld.h index c076e4050..ec6a78eb1 100644 --- a/os/hal/ports/STM32/STM32F3xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F3xx/hal_lld.h @@ -44,8 +44,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H #include "stm32_registry.h" @@ -1157,6 +1157,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h index 6b78dc877..b1c778552 100644 --- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h @@ -40,8 +40,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H #include "stm32_registry.h" @@ -1571,6 +1571,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index c5ba347e1..08932176f 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -33,8 +33,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H #include "stm32_registry.h" @@ -1902,6 +1902,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32L0xx/hal_lld.h b/os/hal/ports/STM32/STM32L0xx/hal_lld.h index 065ef5439..820cef962 100644 --- a/os/hal/ports/STM32/STM32L0xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L0xx/hal_lld.h @@ -34,8 +34,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H /* * Registry definitions. @@ -1141,6 +1141,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32L1xx/hal_lld.h b/os/hal/ports/STM32/STM32L1xx/hal_lld.h index 533d44f9b..f4d47278d 100644 --- a/os/hal/ports/STM32/STM32L1xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L1xx/hal_lld.h @@ -37,8 +37,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H #include "stm32_registry.h" @@ -854,6 +854,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index 97f1bc102..9654fd238 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -34,8 +34,8 @@ * @{ */ -#ifndef HAL_HAL_LLD_H -#define HAL_HAL_LLD_H +#ifndef HAL_LLD_H +#define HAL_LLD_H #include "stm32_registry.h" @@ -2049,6 +2049,6 @@ extern "C" { } #endif -#endif /* HAL_HAL_LLD_H */ +#endif /* HAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/simulator/console.h b/os/hal/ports/simulator/console.h index ec74cb45b..8b7d0f1ba 100644 --- a/os/hal/ports/simulator/console.h +++ b/os/hal/ports/simulator/console.h @@ -20,8 +20,8 @@ * @{ */ -#ifndef _CONSOLE_H_ -#define _CONSOLE_H_ +#ifndef CONSOLE_H +#define CONSOLE_H /*===========================================================================*/ /* Driver constants. */ @@ -57,6 +57,6 @@ extern "C" { } #endif -#endif /* _CONSOLE_H_ */ +#endif /* CONSOLE_H */ /** @} */ diff --git a/os/hal/ports/simulator/pal_lld.h b/os/hal/ports/simulator/pal_lld.h index bf0b245d1..2cd288ec2 100644 --- a/os/hal/ports/simulator/pal_lld.h +++ b/os/hal/ports/simulator/pal_lld.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _PAL_LLD_H_ -#define _PAL_LLD_H_ +#ifndef PAL_LLD_H +#define PAL_LLD_H #if HAL_USE_PAL || defined(__DOXYGEN__) @@ -201,6 +201,6 @@ extern "C" { #endif /* HAL_USE_PAL */ -#endif /* _PAL_LLD_H_ */ +#endif /* PAL_LLD_H */ /** @} */ diff --git a/os/hal/ports/simulator/st_lld.h b/os/hal/ports/simulator/st_lld.h index 34b362be4..c50109f11 100644 --- a/os/hal/ports/simulator/st_lld.h +++ b/os/hal/ports/simulator/st_lld.h @@ -24,8 +24,8 @@ * @{ */ -#ifndef _ST_LLD_H_ -#define _ST_LLD_H_ +#ifndef ST_LLD_H +#define ST_LLD_H /*===========================================================================*/ /* Driver constants. */ @@ -136,6 +136,6 @@ static inline bool st_lld_is_alarm_active(void) { return false; } -#endif /* _ST_LLD_H_ */ +#endif /* ST_LLD_H */ /** @} */ -- cgit v1.2.3