Skip to content

Commit

Permalink
Called the global delay method instead of the local one
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed May 17, 2016
1 parent 2b93654 commit e29759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneSheeld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void OneSheeldClass::oneSheeldWrite(byte data)
OneSheeldSerial->write(data);
if(!dontDelay)
{
delay(2);
::delay(2);
}
}

Expand Down

0 comments on commit e29759f

Please sign in to comment.