From 5063b55f4c6c6de059744c9febe4edc3213cc144 Mon Sep 17 00:00:00 2001 From: tfateba Date: Wed, 26 Apr 2017 19:49:12 +0000 Subject: Change the file name and macro on the hearder file. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10190 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/hal_icu_lld.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/os/hal/ports/AVR/hal_icu_lld.h b/os/hal/ports/AVR/hal_icu_lld.h index d6abdc4c0..ae9588b4a 100644 --- a/os/hal/ports/AVR/hal_icu_lld.h +++ b/os/hal/ports/AVR/hal_icu_lld.h @@ -15,15 +15,15 @@ */ /** - * @file AVR/icu_lld.h + * @file hal_icu_lld.h * @brief AVR ICU driver subsystem low level driver header. * * @addtogroup ICU * @{ */ -#ifndef _ICU_LLD_H_ -#define _ICU_LLD_H_ +#ifndef ICU_LLD_H +#define ICU_LLD_H #if HAL_USE_ICU || defined(__DOXYGEN__) @@ -190,6 +190,6 @@ extern "C" { #endif /* HAL_USE_ICU */ -#endif /* _ICU_LLD_H_ */ +#endif /* ICU_LLD_H */ /** @} */ -- cgit v1.2.3