Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 13, 2023
1 parent 2bbaf51 commit 33420cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdr/_pll.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(
K1 = lf.K1
K2 = lf.K2

b0 = 0
# b0 = 0
b1 = Kp * K0 * (K1 + K2)
b2 = -Kp * K0 * K1

Expand Down

0 comments on commit 33420cc

Please sign in to comment.