fixed Key select bug

This commit is contained in:
phdlee
2018-01-31 10:44:23 +09:00
parent 85832de034
commit 4745790dfa
2 changed files with 5 additions and 2 deletions

View File

@@ -869,7 +869,7 @@ void initSettings(){
else
{
Iambic_Key = true;
if (cwKeyType = 1)
if (cwKeyType == 1)
keyerControl &= ~IAMBICB;
else
keyerControl |= IAMBICB;