Skip to content
Snippets Groups Projects
Commit ffcf4e04 authored by Peter Švihra's avatar Peter Švihra
Browse files

post merge fixes + proper timeout calculation

tnow = static_cast<uint32_t>(millis());
if (tnow - time > timeout) {

deals with buffer overflow and forces all to be uint32
parent df07cbe9
Branches
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment