diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 09:11:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 09:11:34 +0000 |
commit | 98e88598b1bb49d59cf20086f028e0799ead9595 (patch) | |
tree | e3c4097ea6fa675e1afc84c191875479b7b7ae02 /os/hal/ports/STM32/STM32F7xx | |
parent | 20eb1fa15dcee331d9e45ab54aee8d09a5f5e925 (diff) | |
download | ChibiOS-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/STM32F7xx')
-rw-r--r-- | os/hal/ports/STM32/STM32F7xx/hal_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */
/** @} */
|