Skip to content
Snippets Groups Projects
Commit c72391c4 authored by Stig Bjørlykke's avatar Stig Bjørlykke Committed by Glenn Ruben Bakke
Browse files

nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances.

Remove unneeded NULL entry in machine_hard_pwm_instances[] when not
building for NRF52_SERIES.
parent 6ca03fe8
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,6 @@ STATIC const nrfx_pwm_t machine_hard_pwm_instances[] = {
#if NRF52840
NRFX_PWM_INSTANCE(3),
#endif
#else
NULL
#endif
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment