Skip to content

Commit

Permalink
Fixes the undefined reference issue at link stage
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui committed Jul 25, 2016
1 parent db1baa1 commit 5c839f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions targets/duo/jshardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,3 +654,6 @@ JshPinState jshPinGetState(Pin pin) {
void jshEnableWatchDog(JsVarFloat timeout) {
return;
}

void jshKickWatchDog() {
}

0 comments on commit 5c839f7

Please sign in to comment.