uart: minor, improve readability

This commit is contained in:
King Kévin 2020-02-11 12:23:10 +01:00
parent 4bfcca9d50
commit 2d39e39999
2 changed files with 8 additions and 8 deletions

View File

@ -13,9 +13,9 @@
* *
*/ */
/** library for UART communication (code) /** library for UART communication (code)
* @file uart.c * @file
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016-2018 * @date 2016-2020
* @note peripherals used: USART @ref uart * @note peripherals used: USART @ref uart
*/ */

View File

@ -13,9 +13,9 @@
* *
*/ */
/** library for UART communication (API) /** library for UART communication (API)
* @file uart.h * @file
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016-2018 * @date 2016-2020
* @note peripherals used: USART @ref uart * @note peripherals used: USART @ref uart
*/ */
#pragma once #pragma once