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:
parent
6d57cf4258
commit
23882d6b70
|
@ -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 */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue