mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 14:10:53 +00:00
fixes now compiles
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