Skip to content

Commit

Permalink
delay and yield have the same effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan ten Hove committed Jun 15, 2017
1 parent 9a3ef4c commit 179f4f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GoodWeCommunicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ void GoodWeCommunicator::start()
for (char cnt = 1; cnt < 255; cnt++)
{
sendRemoveRegistration(cnt);
yield();
delay(1);
}

Expand Down

0 comments on commit 179f4f6

Please sign in to comment.