Skip to content

Commit

Permalink
Fix for df8oe#1174 and df8oe#1603: CAT PTT via RTS not returning to RX
Browse files Browse the repository at this point in the history
This fix will make Virtual RTS return to RX after RTS has been
cleared by the CAT program on PC side.
So  it was not a fault of TR4W in the end but a mistake on our side.
Wonder why it worked in UCXlog.
Please note: This has not been tested yet but should work. In any case it
cannot make it worse...
  • Loading branch information
db4ple committed Nov 6, 2018
1 parent 8f5be1c commit 68f2f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mchf-eclipse/drivers/cat/cat_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static void CatDriver_CatEnableTX(bool enable)
}
else
{
ts.ptt_req = false;
cat_driver.cat_ptt_active = false;
ts.tx_stop_req = true;
}
}

Expand Down

0 comments on commit 68f2f3a

Please sign in to comment.