add Chapter04/Dockerfile, Chapter04/bare/.clang-tidy

This commit is contained in:
Amar Mahmutbegovic
2024-04-28 16:44:50 +02:00
parent d3c4899268
commit 92f1583cb4
59 changed files with 53 additions and 33 deletions

View File

@@ -13,9 +13,9 @@ inline void init()
struct time
{
inline static std::uint32_t get_ms()
static std::uint32_t get_ms()
{
return HAL_GetTick();
}
};
}; // namespace hal
}; // namespace hal