Skip to content

Commit

Permalink
Fixed typo's in 2eeebf6
Browse files Browse the repository at this point in the history
  • Loading branch information
septillion-git committed Apr 27, 2018
1 parent 34b78ad commit bf1c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FadeLed.cpp
Expand Up @@ -273,7 +273,7 @@ void FadeLed::update(){
* Fix issue #13
* Weird fade when not calling update() while not fading
*/
if(_millisNow - _millisLast > (_interval << 1){
if(millisNow - _millisLast > (_interval << 1)){
_millisLast = millisNow;
}
else{
Expand Down

0 comments on commit bf1c8be

Please sign in to comment.