aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/SPIv1
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/SPIv1')
-rw-r--r--os/hal/ports/STM32/LLD/SPIv1/hal_i2s_lld.h6
-rw-r--r--os/hal/ports/STM32/LLD/SPIv1/hal_spi_lld.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/ports/STM32/LLD/SPIv1/hal_i2s_lld.h b/os/hal/ports/STM32/LLD/SPIv1/hal_i2s_lld.h
index 0941ae3a8..75c3f9d06 100644
--- a/os/hal/ports/STM32/LLD/SPIv1/hal_i2s_lld.h
+++ b/os/hal/ports/STM32/LLD/SPIv1/hal_i2s_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _I2S_LLD_H_
-#define _I2S_LLD_H_
+#ifndef HAL_I2S_LLD_H
+#define HAL_I2S_LLD_H
#if HAL_USE_I2S || defined(__DOXYGEN__)
@@ -427,6 +427,6 @@ extern "C" {
#endif /* HAL_USE_I2S */
-#endif /* _I2S_LLD_H_ */
+#endif /* HAL_I2S_LLD_H */
/** @} */
diff --git a/os/hal/ports/STM32/LLD/SPIv1/hal_spi_lld.h b/os/hal/ports/STM32/LLD/SPIv1/hal_spi_lld.h
index b06ab86ad..d32a6ada8 100644
--- a/os/hal/ports/STM32/LLD/SPIv1/hal_spi_lld.h
+++ b/os/hal/ports/STM32/LLD/SPIv1/hal_spi_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _SPI_LLD_H_
-#define _SPI_LLD_H_
+#ifndef HAL_SPI_LLD_H
+#define HAL_SPI_LLD_H
#if HAL_USE_SPI || defined(__DOXYGEN__)
@@ -538,6 +538,6 @@ extern "C" {
#endif /* HAL_USE_SPI */
-#endif /* _SPI_LLD_H_ */
+#endif /* HAL_SPI_LLD_H */
/** @} */