mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 06:12:43 +01:00
boards/same54-xpro: added FREQM peripheral configuration
This commit is contained in:
parent
b1e31fbf61
commit
6849ef9827
@ -406,6 +406,18 @@ static const sam0_common_gmac_config_t sam_gmac_config[] = {
|
||||
};
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name FREQM peripheral configuration
|
||||
* @{
|
||||
*/
|
||||
static const freqm_config_t freqm_config[] = {
|
||||
{
|
||||
.pin = GPIO_PIN(PB, 17),
|
||||
.gclk_src = SAM0_GCLK_32KHZ
|
||||
}
|
||||
};
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user