Skip to content

Commit 351ab2b

Browse files
committed
Fix for #16
Deduplicates the R_INPUT_4_THRESH constant.
1 parent 0e2814a commit 351ab2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/cap1xxx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
R_INPUT_2_THRESH = 0x31
100100
R_INPUT_3_THRESH = 0x32
101101
R_INPUT_4_THRESH = 0x33
102-
R_INPUT_4_THRESH = 0x34
102+
R_INPUT_5_THRESH = 0x34
103103
R_INPUT_6_THRESH = 0x35
104104
R_INPUT_7_THRESH = 0x36
105105
R_INPUT_8_THRESH = 0x37

0 commit comments

Comments
 (0)