Skip to content
Snippets Groups Projects
Commit ff432432 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Typo fix

parent 9bb7a06b
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ void PTimer::start(){
}
unsigned long PTimer::elapsed(){
return static_cast<unsigned long>(micros() - start_t_);;
return static_cast<unsigned long>(micros() - start_t_);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment