Skip to content

Commit

Permalink
ft450: Remove another set_memory() setting modification
Browse files Browse the repository at this point in the history
Related to #10909
  • Loading branch information
kk7ds committed Nov 6, 2023
1 parent 3b0c570 commit fd6c52a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chirp/drivers/ft450d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,6 @@ def _set_memory(self, mem, _mem):
elif stx == "N/A":
_mem.mode = 5
_mem.mode2 = 2
setting.value = "USER-U" # default moving to DIG mode
else:
LOG.error("In _set_memory invalid digital data type %s", stx)
elif setting.get_name() == "bpfilter":
Expand Down

0 comments on commit fd6c52a

Please sign in to comment.