From 2ea8601b693b3e9bb71d3af1dd042e4d5ed27e88 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 8 Oct 2024 14:15:48 +0200 Subject: [PATCH] cpu/samd5x/periph_cph.h: drop non-UTF-8 chars There were some bogus chars in a comment. Let's drop them. --- cpu/samd5x/include/periph_cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/samd5x/include/periph_cpu.h b/cpu/samd5x/include/periph_cpu.h index 26d509ca77..07cf50987a 100644 --- a/cpu/samd5x/include/periph_cpu.h +++ b/cpu/samd5x/include/periph_cpu.h @@ -36,8 +36,8 @@ extern "C" { #define SAM0_DFLL_FREQ_HZ MHZ(48) /** - * @brief XOSC is used to generate a fixed frequency of 48 MHz - */ + * @brief XOSC is used to generate a fixed frequency of 48 MHz + */ #define SAM0_XOSC_FREQ_HZ (XOSC0_FREQUENCY ? XOSC0_FREQUENCY : XOSC1_FREQUENCY) /**