kopia lustrzana https://github.com/bristol-seds/pico-tracker
[Bugfix] Disable TC5 correcty after use with RSID
rodzic
aa8976eaf1
commit
762ebd90a2
|
@ -506,5 +506,5 @@ void telemetry_gpio1_pwm_duty(float duty_cycle)
|
||||||
void telemetry_gpio1_pwm_deinit(void)
|
void telemetry_gpio1_pwm_deinit(void)
|
||||||
{
|
{
|
||||||
tc_stop_counter(TC5);
|
tc_stop_counter(TC5);
|
||||||
tc_enable(TC5);
|
tc_disable(TC5);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue