usart: update date

This commit is contained in:
King Kévin 2017-12-16 13:41:03 +01:00
parent a695fd595e
commit 238acd29c3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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