Skip to content

Commit

Permalink
Fix type of drive level parameter
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
hamarituc committed Sep 17, 2023
1 parent 8f2d459 commit 3dd32e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbgpsdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,7 @@ def parser_add_config(p):
'--level',
dest = 'level',
metavar = 'CURRENT',
type = int,
choices = [ 8, 16, 24, 32 ],
help = "Output drive level in mA")

Expand Down

0 comments on commit 3dd32e3

Please sign in to comment.