[Bugfix] Disable TC5 correcty after use with RSID

v0.96
Richard Meadows 2015-06-18 06:51:51 +01:00
rodzic aa8976eaf1
commit 762ebd90a2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -506,5 +506,5 @@ void telemetry_gpio1_pwm_duty(float duty_cycle)
void telemetry_gpio1_pwm_deinit(void)
{
tc_stop_counter(TC5);
tc_enable(TC5);
tc_disable(TC5);
}