We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382fff7 commit 6172386Copy full SHA for 6172386
src/ESP32SJA1000.cpp
@@ -121,7 +121,7 @@ int ESP32SJA1000Class::begin(long baudRate)
121
}
122
123
modifyRegister(REG_BTR1, 0x80, 0x80); // SAM = 1
124
- writeRegister(REG_IER, 0xff); // enable all interrupts
+ writeRegister(REG_IER, 0xef); // enable all interrupts
125
126
// set filter to allow anything
127
writeRegister(REG_ACRn(0), 0x00);
0 commit comments