From bcdc4801e911c05664cd1a65102346759a2fb9e3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:05:14 +0000 Subject: Updated header guards for STM32 files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9212 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/STM32/STM32L4xx') diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h index a43e18091..107992dd1 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _STM32_REGISTRY_H_ -#define _STM32_REGISTRY_H_ +#ifndef STM32_REGISTRY_H +#define STM32_REGISTRY_H /*===========================================================================*/ /* Platform capabilities. */ @@ -414,6 +414,6 @@ #define STM32_CRC_PROGRAMMABLE TRUE /** @} */ -#endif /* _STM32_REGISTRY_H_ */ +#endif /* STM32_REGISTRY_H */ /** @} */ -- cgit v1.2.3