Correct comment on Serial driver files.

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

View File

@ -15,8 +15,8 @@
*/
/**
* @file hal_serial_lld.c
* @brief AVR low level serial driver code.
* @file USARTv1/hal_serial_lld.c
* @brief AVR/MEGA SERIAL subsystem low level driver code.
*
* @addtogroup SERIAL
* @{

View File

@ -15,8 +15,8 @@
*/
/**
* @file hal_serial_lld.h
* @brief AVR low level serial driver header.
* @file USARTv1/hal_serial_lld.h
* @brief AVR/MEGA SERIAL subsystem low level driver header.
*
* @addtogroup SERIAL
* @{