1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/development' into mueller/timeman-update

This commit is contained in:
2020-12-22 14:27:36 +01:00
14 changed files with 170 additions and 42 deletions

View File

@ -7,7 +7,12 @@
#include "../globalfunctions/timevalOperations.h"
#include <cstdint>
#ifdef WIN32
#include <winsock2.h>
#else
#include <sys/time.h>
#endif
class Clock {
public: