boards/nrf52840dongle: PWM config: fix formatting
This commit is contained in:
parent
8a7f3ab6fa
commit
96e36995d3
@ -67,7 +67,15 @@ static const uart_conf_t uart_config[] = {
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
static const pwm_conf_t pwm_config[] = {
|
static const pwm_conf_t pwm_config[] = {
|
||||||
{ NRF_PWM0, { GPIO_PIN(0, 6), GPIO_PIN(0, 8), GPIO_PIN(1, 9), GPIO_PIN(0, 12) } }
|
{
|
||||||
|
NRF_PWM0,
|
||||||
|
{
|
||||||
|
GPIO_PIN(0, 6),
|
||||||
|
GPIO_PIN(0, 8),
|
||||||
|
GPIO_PIN(1, 9),
|
||||||
|
GPIO_PIN(0, 12),
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
#define PWM_NUMOF ARRAY_SIZE(pwm_config)
|
#define PWM_NUMOF ARRAY_SIZE(pwm_config)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user