add Chapter04/Dockerfile, Chapter04/bare/.clang-tidy
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user