Release v3.0.0 #532

Merged
mohr merged 151 commits from development into master 2022-01-10 14:52:32 +01:00
Showing only changes of commit cec44ad44c - Show all commits

View File

@ -2,8 +2,9 @@
#define TIMEVALOPERATIONS_H_
#include <stdint.h>
#include <fsfw/platform.h>
#ifdef WIN32
#ifdef PLATFORM_WIN
#include <winsock2.h>
#else
#include <sys/time.h>