From d6dac4bee28613534424a0fa9497ea327ed64c6a Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 13 Nov 2023 15:53:58 +0100 Subject: [PATCH] tests/periph/selftest_shield: Fix copy-paste error in comment --- tests/periph/selftest_shield/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/periph/selftest_shield/main.c b/tests/periph/selftest_shield/main.c index 9450968d4f..84e192e2f7 100644 --- a/tests/periph/selftest_shield/main.c +++ b/tests/periph/selftest_shield/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg + * Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level @@ -11,7 +11,8 @@ * @{ * * @file - * @brief Test application for the Peripheral GPIO Low-Level API + * @brief Test application for Peripheral Self-Testing using the + * Peripheral Selftest Shield * * @author Marian Buschsieweke *