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.
pull/4464/merge
Stig Bjørlykke 2019-02-20 21:29:26 +01:00 zatwierdzone przez Glenn Ruben Bakke
rodzic 6ca03fe8bd
commit c72391c4ce
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -70,8 +70,6 @@ STATIC const nrfx_pwm_t machine_hard_pwm_instances[] = {
#if NRF52840
NRFX_PWM_INSTANCE(3),
#endif
#else
NULL
#endif
};