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.
2 parents b959adf + a72a1c6 commit 15ed0d5Copy full SHA for 15ed0d5
library.json
@@ -20,8 +20,8 @@
20
"license": "GPL-2.0-only",
21
"dependencies": [
22
{
23
- "name": "LIN-Interface",
24
- "version": "https://github.com/mestrode/LIN-Interface-Library.git"
+ "name": "Lin-Interface",
+ "version": "https://github.com/mestrode/LIN-Interface-Library"
25
}
26
]
27
-}
+}
src/TJA1020.cpp
@@ -92,7 +92,7 @@ void Lin_TJA1020::setMode(TJA1020_Mode mode)
92
// see "setMode(sleep)" in the switch below
93
if (mode == _currentMode)
94
95
- break;
+ return;
96
97
98
pinMode(_tx_pin, OUTPUT); // TX Signal to LIN Tranceiver
0 commit comments