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