Skip to content

Commit e33989d

Browse files
authored
Merge pull request #17 from tomgibara/master
Fix for #16
2 parents 0e2814a + 351ab2b commit e33989d

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)