Skip to content
Snippets Groups Projects
Commit 75c4dab3 authored by Federico Pellegrin's avatar Federico Pellegrin
Browse files

sys/arduino: correct micros() return type

parent 4960607a
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ void delayMicroseconds(unsigned long usec)
xtimer_usleep(usec);
}
unsigned int micros()
unsigned long micros()
{
return xtimer_now_usec();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment