From 7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:03:53 +0000 Subject: Updated header guards for LLD files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9211 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/SPIv2/hal_i2s_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/STM32/LLD/SPIv2/hal_i2s_lld.h') diff --git a/os/hal/ports/STM32/LLD/SPIv2/hal_i2s_lld.h b/os/hal/ports/STM32/LLD/SPIv2/hal_i2s_lld.h index 0941ae3a8..75c3f9d06 100644 --- a/os/hal/ports/STM32/LLD/SPIv2/hal_i2s_lld.h +++ b/os/hal/ports/STM32/LLD/SPIv2/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 */ /** @} */ -- cgit v1.2.3