Skip to content

Commit

Permalink
Update Arudino port
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed May 9, 2022
1 parent b007505 commit f152da1
Show file tree
Hide file tree
Showing 4 changed files with 1,325 additions and 1,147 deletions.
2 changes: 1 addition & 1 deletion src/hw/arduino/hw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static HwStateType HwState = {0};

void XcpHw_Init(void) {
HwState.StartingTime = millis();
// pinMode(LED_BUILTIN, OUTPUT);
pinMode(LED_BUILTIN, OUTPUT);
}

void XcpHw_Deinit(void) {}
Expand Down

0 comments on commit f152da1

Please sign in to comment.