Copy/paste fix
This commit is contained in:
parent
5581f227a7
commit
d725a0ab3d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ unsigned long get_ms()
|
|||
#endif
|
||||
}
|
||||
|
||||
uint32_t long get_us()
|
||||
uint64_t get_us()
|
||||
{
|
||||
#if defined(ESP32)
|
||||
return micros();
|
||||
|
|
Loading…
Add table
Reference in a new issue