We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2eb85a commit 3e01565Copy full SHA for 3e01565
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/pwmout_api.c
@@ -101,9 +101,6 @@ static void nordic_pwm_init(pwmout_t *obj)
101
.step_mode = NRF_PWM_STEP_AUTO,
102
};
103
104
- // RF - test slowest prescalar setting (125kHz)
105
- config.base_clock = NRF_PWM_CLK_125kHz;
106
-
107
/* Initialize instance with new configuration. */
108
ret_code_t result = nrfx_pwm_init(&nordic_nrf5_pwm_instance[obj->instance],
109
&config,
0 commit comments