Skip to content

Commit 9a6fda8

Browse files
committed
Removed not valid configuration values
1 parent d79df08 commit 9a6fda8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adafruit_mcp2515/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@
192192
# https://www.kvaser.com/support/calculators/bit-timing-calculator/
193193
8000000: {
194194
# CNF1, CNF2, CNF3
195-
1000000: (
196-
0x00,
197-
0x91,
198-
0x01,
199-
), # seems it is not possible, this values may be wrong
200195
500000: (0x00, 0x91, 0x01),
201196
250000: (0x40, 0xB5, 0x01),
202197
200000: (0x00, 0xB6, 0x04),

0 commit comments

Comments
 (0)