Skip to content

Commit 8151ee0

Browse files
committed
fix confusing prototype
1 parent 51e294b commit 8151ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CANSAME5x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class CANSAME5x : public CANControllerClass {
88
public:
99
CANSAME5x();
10-
CANSAME5x(uint8_t rx_pin, uint8_t tx_pin);
10+
CANSAME5x(uint8_t tx_pin, uint8_t rx_pin);
1111
~CANSAME5x() final;
1212

1313
int begin(long baudRate) final;

0 commit comments

Comments
 (0)