Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Jun 15, 2023
1 parent 5c4a176 commit 394959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/surf/devices/ti/_Adc32Rf45Channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def __init__( self, verify=True, **kwargs):
base = pr.UInt,
mode = "RW",
verify = verify,
value = 04e, # 748.8 Mhz
value = 0x4e, # 748.8 Mhz
overlapEn = True,
))

Expand Down

0 comments on commit 394959b

Please sign in to comment.