mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
boards/arduino-zero: update PWM config
This commit is contained in:
parent
b4ff0da7cb
commit
6547b36cc0
@ -193,10 +193,10 @@ static const pwm_conf_chan_t pwm_chan1_config[] = {
|
||||
/* PWM device configuration */
|
||||
static const pwm_conf_t pwm_config[] = {
|
||||
#if PWM_0_EN
|
||||
{TCC0, pwm_chan0_config, ARRAY_SIZE(pwm_chan0_config)},
|
||||
{TCC_CONFIG(TCC0), pwm_chan0_config, ARRAY_SIZE(pwm_chan0_config), SAM0_GCLK_MAIN},
|
||||
#endif
|
||||
#if PWM_1_EN
|
||||
{TCC1, pwm_chan1_config, ARRAY_SIZE(pwm_chan1_config)},
|
||||
{TCC_CONFIG(TCC1), pwm_chan1_config, ARRAY_SIZE(pwm_chan1_config), SAM0_GCLK_MAIN},
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user