mirror of
https://github.com/ddv2005/AirsoftTracker.git
synced 2026-01-12 22:18:08 +00:00
Initial commit
This commit is contained in:
10
src/timing.cpp
Normal file
10
src/timing.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "timing.h"
|
||||
#include "freertosinc.h"
|
||||
|
||||
namespace timing {
|
||||
|
||||
uint32_t millis() {
|
||||
return xTaskGetTickCount();
|
||||
}
|
||||
|
||||
} // namespace timing
|
||||
Reference in New Issue
Block a user