1
0
forked from fsfw/fsfw

comments removed

This commit is contained in:
2020-11-03 16:31:25 +01:00
parent 81f5783d37
commit f69f9bb31e
2 changed files with 1 additions and 6 deletions

View File

@ -9,9 +9,6 @@
#include <cstdint>
#include <sys/time.h>
// TODO: Maybe a namespace would be better/more fitting for this?
// After all, right now it is just a collection of static functions.
// The mutex and leap seconds can be put in an anonymous namespace.
class Clock {
public: