From 45fbcee7dcc09b056608b81c0f7f2b074e4e624d Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 26 Apr 2021 17:15:17 +0200 Subject: [PATCH] drivers/soft_uart: fix typo in eMail address Somehow an extra letter has sneaked into the mail and was copy & pasted around. --- drivers/include/soft_uart.h | 2 +- drivers/soft_uart/include/soft_uart_params.h | 2 +- drivers/soft_uart/soft_uart.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/include/soft_uart.h b/drivers/include/soft_uart.h index 032ae4099b..e338cc45b6 100644 --- a/drivers/include/soft_uart.h +++ b/drivers/include/soft_uart.h @@ -23,7 +23,7 @@ * @file * @brief Software UART port descriptor definition * - * @author Benjamin Valentin + * @author Benjamin Valentin */ #ifndef SOFT_UART_H diff --git a/drivers/soft_uart/include/soft_uart_params.h b/drivers/soft_uart/include/soft_uart_params.h index 785e2a717f..2787933a5f 100644 --- a/drivers/soft_uart/include/soft_uart_params.h +++ b/drivers/soft_uart/include/soft_uart_params.h @@ -13,7 +13,7 @@ * @file * @brief Software UART configuration * - * @author Benjamin Valentin + * @author Benjamin Valentin */ #ifndef SOFT_UART_PARAMS_H diff --git a/drivers/soft_uart/soft_uart.c b/drivers/soft_uart/soft_uart.c index 52fe01787a..5b9ae4b5ab 100644 --- a/drivers/soft_uart/soft_uart.c +++ b/drivers/soft_uart/soft_uart.c @@ -13,7 +13,7 @@ * @file * @brief Software UART implementation * - * @author Benjamin Valentin + * @author Benjamin Valentin */ #include