/** * @brief Signatures for time related functions. */ #ifndef STA_TIME_HPP #define STA_TIME_HPP #include namespace sta { using TimeMsFn = uint32_t (*)(); using TimeUsFn = uint32_t (*)(); } // namespace sta #endif // STA_TIME_HPP