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 51e294b commit 8151ee0Copy full SHA for 8151ee0
src/CANSAME5x.h
@@ -7,7 +7,7 @@
7
class CANSAME5x : public CANControllerClass {
8
public:
9
CANSAME5x();
10
- CANSAME5x(uint8_t rx_pin, uint8_t tx_pin);
+ CANSAME5x(uint8_t tx_pin, uint8_t rx_pin);
11
~CANSAME5x() final;
12
13
int begin(long baudRate) final;
0 commit comments