Correct comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10532 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
94c03cf54c
commit
1e1f041b87
|
@ -15,8 +15,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file AVR/hal_ext_lld.c
|
||||
* @brief AVR EXT subsystem low level driver source.
|
||||
* @file EXTv1/hal_ext_lld.c
|
||||
* @brief AVR/MEGA EXT subsystem low level driver source.
|
||||
*
|
||||
* @addtogroup EXT
|
||||
* @{
|
||||
|
@ -374,4 +374,3 @@ void ext_lld_stop(EXTDriver *extp) {
|
|||
#endif /* HAL_USE_EXT */
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
|
@ -15,15 +15,15 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file AVR/hal_ext_lld.h
|
||||
* @brief EXT Driver subsystem low level driver source.
|
||||
* @file EXTv1/hal_ext_lld.h
|
||||
* @brief AVR/MEGA EXT 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__)
|
||||
|
||||
|
@ -131,5 +131,5 @@ extern "C" {
|
|||
|
||||
#endif /* HAL_USE_EXT */
|
||||
|
||||
#endif /* _HAL_EXT_LLD_H_ */
|
||||
#endif /* HAL_EXT_LLD_H */
|
||||
|
||||
|
|
Loading…
Reference in New Issue