Skip to content
Snippets Groups Projects
Commit 63b37640 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

s board/periph_conf: added some spaces

parent 13fcefb6
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,8 @@ static const pwm_conf_t pwm_config[] = {
#if PWM_0_EN
{TCC1, {
/* GPIO pin, MUX value, TCC channel */
{GPIO_PIN(PA,6), GPIO_MUX_E, 0},
{GPIO_PIN(PA,7), GPIO_MUX_E, 1}
{GPIO_PIN(PA, 6), GPIO_MUX_E, 0},
{GPIO_PIN(PA, 7), GPIO_MUX_E, 1}
}},
#endif
#if PWM_1_EN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment