mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +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
|
* @file
|
||||||
* @brief Software UART port descriptor definition
|
* @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
|
#ifndef SOFT_UART_H
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* @file
|
* @file
|
||||||
* @brief Software UART configuration
|
* @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
|
#ifndef SOFT_UART_PARAMS_H
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* @file
|
* @file
|
||||||
* @brief Software UART implementation
|
* @brief Software UART implementation
|
||||||
*
|
*
|
||||||
* @author Benjamin Valentin <benjjamin.valentin@ml-pa.com>
|
* @author Benjamin Valentin <benjamin.valentin@ml-pa.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user