Set the PWM clock prescaler back to default (1MHz clock)

pull/10652/head
RFulchiero 2018-12-06 16:04:15 -06:00 committed by desmond.chen
parent 501000e6a2
commit e9a3ca6259
1 changed files with 0 additions and 3 deletions

View File

@ -101,9 +101,6 @@ static void nordic_pwm_init(pwmout_t *obj)
.step_mode = NRF_PWM_STEP_AUTO,
};
// RF - test slowest prescalar setting (125kHz)
config.base_clock = NRF_PWM_CLK_125kHz;
/* Initialize instance with new configuration. */
ret_code_t result = nrfx_pwm_init(&nordic_nrf5_pwm_instance[obj->instance],
&config,