Correct code style and comment on ST driver files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10539 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Theodore Ateba 2017-09-02 14:16:22 +00:00
parent 721f89631c
commit 295159f903
2 changed files with 4 additions and 5 deletions

View File

@ -15,8 +15,8 @@
*/
/**
* @file hal_st_lld.c
* @brief AVR ST subsystem low level driver source.
* @file TIMv1/hal_st_lld.c
* @brief AVR/MEGA ST subsystem low level driver source.
*
* @addtogroup ST
* @{
@ -239,7 +239,6 @@ void st_lld_init(void) {
#endif
#endif /* OSAL_ST_MODE == OSAL_ST_MODE_PERIODIC */
}
#endif /* OSAL_ST_MODE != OSAL_ST_MODE_NONE */

View File

@ -15,8 +15,8 @@
*/
/**
* @file hal_st_lld.h
* @brief ST Driver subsystem low level driver header.
* @file TIMv1/hal_st_lld.h
* @brief AVR/MEGA ST subsystem low level driver header.
* @details This header is designed to be include-able without having to
* include other files from the HAL.
*