firmware/src/timing.cpp

11 lines
155 B
C++
Raw Normal View History

2020-07-06 08:45:55 +00:00
#include "timing.h"
#include "freertosinc.h"
namespace timing {
uint32_t millis() {
return xTaskGetTickCount();
}
} // namespace timing