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
This commit is contained in:
tfateba 2017-04-26 19:48:44 +00:00
parent 6d57cf4258
commit 23882d6b70
1 changed files with 4 additions and 4 deletions

View File

@ -18,14 +18,14 @@
/** /**
* @file AVR/hal_ext_lld.h * @file AVR/hal_ext_lld.h
* @brief EXT Driver subsystem low level driver source. * @brief EXT Driver subsystem low level driver header.
* *
* @addtogroup EXT * @addtogroup EXT
* @{ * @{
*/ */
#ifndef _HAL_EXT_LLD_H_ #ifndef HAL_EXT_LLD_H
#define _HAL_EXT_LLD_H_ #define HAL_EXT_LLD_H
#if HAL_USE_EXT || defined(__DOXYGEN__) #if HAL_USE_EXT || defined(__DOXYGEN__)
@ -550,6 +550,6 @@ extern "C" {
#endif /* HAL_USE_EXT */ #endif /* HAL_USE_EXT */
#endif /* _HAL_EXT_LLD_H_ */ #endif /* HAL_EXT_LLD_H */
/** @} */ /** @} */