Move interfaces to subdir

This commit is contained in:
Henrik Stickann
2022-05-02 13:37:03 +02:00
parent f8666b69c8
commit 01312ef97d
11 changed files with 15 additions and 12 deletions

View File

@@ -1,14 +0,0 @@
#ifndef STA_TIME_HPP
#define STA_TIME_HPP
#include <cstdint>
namespace sta
{
using TimeMsFn = uint32_t (*)();
using TimeUsFn = uint32_t (*)();
} // namespace sta
#endif // STA_TIME_HPP