1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/soft_uart: fix typo in eMail address

Somehow an extra letter has sneaked into the mail and was copy & pasted
around.
This commit is contained in:
Benjamin Valentin 2021-04-26 17:15:17 +02:00
parent fed2c8e87e
commit 45fbcee7dc
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
* @file
* @brief Software UART port descriptor definition
*
* @author Benjamin Valentin <benjjamin.valentin@ml-pa.com>
* @author Benjamin Valentin <benjamin.valentin@ml-pa.com>
*/
#ifndef SOFT_UART_H

View File

@ -13,7 +13,7 @@
* @file
* @brief Software UART configuration
*
* @author Benjamin Valentin <benjjamin.valentin@ml-pa.com>
* @author Benjamin Valentin <benjamin.valentin@ml-pa.com>
*/
#ifndef SOFT_UART_PARAMS_H

View File

@ -13,7 +13,7 @@
* @file
* @brief Software UART implementation
*
* @author Benjamin Valentin <benjjamin.valentin@ml-pa.com>
* @author Benjamin Valentin <benjamin.valentin@ml-pa.com>
*/
#include <stdio.h>