Skip to content

Commit

Permalink
Merge branch 'tjanson-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneware committed Aug 27, 2014
2 parents ec666bb + 0f2433d commit 7e913fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ IMPLEMENT(delayMicroseconds) {

howLong = args[0]->Uint32Value();

::delay(howLong);
::delayMicroseconds(howLong);

return scope.Close(Undefined());
}
Expand Down Expand Up @@ -2495,4 +2495,4 @@ void init(Handle<Object> target) {
EXPORT(shiftOut);
}

NODE_MODULE(wiringPi, init)
NODE_MODULE(wiringPi, init)

0 comments on commit 7e913fc

Please sign in to comment.