From 23882d6b70b33bfe1e481fdd643e8a09d984c666 Mon Sep 17 00:00:00 2001 From: tfateba Date: Wed, 26 Apr 2017 19:48:44 +0000 Subject: [PATCH] Change the macro and comment on the hearder file. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10187 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/hal_ext_lld.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/os/hal/ports/AVR/hal_ext_lld.h b/os/hal/ports/AVR/hal_ext_lld.h index c20c553b0..4dc125d27 100644 --- a/os/hal/ports/AVR/hal_ext_lld.h +++ b/os/hal/ports/AVR/hal_ext_lld.h @@ -18,14 +18,14 @@ /** * @file AVR/hal_ext_lld.h - * @brief EXT Driver subsystem low level driver source. + * @brief EXT Driver subsystem low level driver header. * * @addtogroup EXT * @{ */ -#ifndef _HAL_EXT_LLD_H_ -#define _HAL_EXT_LLD_H_ +#ifndef HAL_EXT_LLD_H +#define HAL_EXT_LLD_H #if HAL_USE_EXT || defined(__DOXYGEN__) @@ -550,6 +550,6 @@ extern "C" { #endif /* HAL_USE_EXT */ -#endif /* _HAL_EXT_LLD_H_ */ +#endif /* HAL_EXT_LLD_H */ /** @} */