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
|
* @file EXTv1/hal_ext_lld.c
|
||||||
* @brief AVR EXT subsystem low level driver source.
|
* @brief AVR/MEGA EXT subsystem low level driver source.
|
||||||
*
|
*
|
||||||
* @addtogroup EXT
|
* @addtogroup EXT
|
||||||
* @{
|
* @{
|
||||||
|
@ -374,4 +374,3 @@ void ext_lld_stop(EXTDriver *extp) {
|
||||||
#endif /* HAL_USE_EXT */
|
#endif /* HAL_USE_EXT */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -15,15 +15,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file AVR/hal_ext_lld.h
|
* @file EXTv1/hal_ext_lld.h
|
||||||
* @brief EXT Driver subsystem low level driver source.
|
* @brief AVR/MEGA EXT 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__)
|
||||||
|
|
||||||
|
@ -131,5 +131,5 @@ 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