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

Merge pull request #16396 from benpicco/drivers/soft_uart-mail

drivers/soft_uart: fix typo in eMail address
This commit is contained in:
Marian Buschsieweke 2021-04-26 18:45:22 +02:00 committed by GitHub
commit 5a24212b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>