Skip to content

Commit fbf0377

Browse files
authored
handleError prototype
1 parent 25f0803 commit fbf0377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/softwareserial_debug/softwareserial_debug/softwareserial_debug.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ CanHacker *canHacker = NULL;
1919

2020
SoftwareSerial softwareSerial(SS_RX_PIN, SS_TX_PIN);
2121

22+
void handleError(const CanHacker::ERROR error);
23+
2224
void setup() {
2325
Serial.begin(115200);
2426
SPI.begin();

0 commit comments

Comments
 (0)