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

cpu/samd5x/periph_cph.h: drop non-UTF-8 chars

There were some bogus chars in a comment. Let's drop them.
This commit is contained in:
Marian Buschsieweke 2024-10-08 14:15:48 +02:00
parent 0e20bfd2b9
commit 2ea8601b69
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

View File

@ -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)
/**