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:
parent
fed2c8e87e
commit
45fbcee7dc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user