aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F3xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:05:14 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:05:14 +0000
commitbcdc4801e911c05664cd1a65102346759a2fb9e3 (patch)
treefbffc4772b910de8cea0ed0c488512920bf91878 /os/hal/ports/STM32/STM32F3xx
parent7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99 (diff)
downloadChibiOS-bcdc4801e911c05664cd1a65102346759a2fb9e3.tar.gz
ChibiOS-bcdc4801e911c05664cd1a65102346759a2fb9e3.tar.bz2
ChibiOS-bcdc4801e911c05664cd1a65102346759a2fb9e3.zip
Updated header guards for STM32 files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9212 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F3xx')
-rw-r--r--os/hal/ports/STM32/STM32F3xx/stm32_isr.h6
-rw-r--r--os/hal/ports/STM32/STM32F3xx/stm32_registry.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/stm32_isr.h b/os/hal/ports/STM32/STM32F3xx/stm32_isr.h
index 03cf95c19..a483c2eee 100644
--- a/os/hal/ports/STM32/STM32F3xx/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32F3xx/stm32_isr.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _STM32_ISR_H_
-#define _STM32_ISR_H_
+#ifndef STM32_ISR_H
+#define STM32_ISR_H
/*===========================================================================*/
/* Driver constants. */
@@ -132,6 +132,6 @@
/* External declarations. */
/*===========================================================================*/
-#endif /* _STM32_ISR_H_ */
+#endif /* STM32_ISR_H */
/** @} */
diff --git a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h
index 1f9e5d1c9..3fea891eb 100644
--- a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _STM32_REGISTRY_H_
-#define _STM32_REGISTRY_H_
+#ifndef STM32_REGISTRY_H
+#define STM32_REGISTRY_H
/**
* @brief Sub-family identifier.
@@ -2855,6 +2855,6 @@
/** @} */
-#endif /* _STM32_REGISTRY_H_ */
+#endif /* STM32_REGISTRY_H */
/** @} */