aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:11:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:11:34 +0000
commit98e88598b1bb49d59cf20086f028e0799ead9595 (patch)
treee3c4097ea6fa675e1afc84c191875479b7b7ae02 /os/hal/ports/STM32/STM32F0xx
parent20eb1fa15dcee331d9e45ab54aee8d09a5f5e925 (diff)
downloadChibiOS-98e88598b1bb49d59cf20086f028e0799ead9595.tar.gz
ChibiOS-98e88598b1bb49d59cf20086f028e0799ead9595.tar.bz2
ChibiOS-98e88598b1bb49d59cf20086f028e0799ead9595.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9215 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F0xx')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
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 */
/** @} */