Skip to content

Commit

Permalink
Merge pull request #1605 from db4ple/ovi40h7
Browse files Browse the repository at this point in the history
Fix for #1174 and #1603: CAT PTT via RTS not returning to RX
  • Loading branch information
df8oe authored Nov 6, 2018
2 parents 8f5be1c + 68f2f3a commit 77e4ac7
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 77e4ac7

Please sign in to comment.