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

Merge pull request #20898 from maribu/cpu/samd5x/drop-non-utf8-chars

cpu/samd5x/periph_cph.h: drop non-UTF-8 chars
This commit is contained in:
benpicco 2024-10-08 13:58:50 +00:00 committed by GitHub
commit cb403f9615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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