FSFW Update #26

Merged
meierj merged 24 commits from mueller/sw-update into eive/develop 2021-12-15 10:01:34 +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>