Skip to content

Commit

Permalink
handleError prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
autowp authored Nov 10, 2016
1 parent 25f0803 commit fbf0377
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ CanHacker *canHacker = NULL;

SoftwareSerial softwareSerial(SS_RX_PIN, SS_TX_PIN);

void handleError(const CanHacker::ERROR error);

void setup() {
Serial.begin(115200);
SPI.begin();
Expand Down

0 comments on commit fbf0377

Please sign in to comment.