/* * time.cpp * * Created on: May 22, 2024 * Author: Dario */ #include #include namespace sta { STA_WEAK uint32_t timeMs() { STA_NOT_IMPLEMENTED(); } STA_WEAK uint32_t timeUs() { STA_NOT_IMPLEMENTED(); } } // namespace sta