srv17 id added, include fix for linux

This commit is contained in:
Robin Müller 2020-09-22 15:57:26 +02:00
parent 66383f78c6
commit 98333b92ef
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ enum framework_objects {
PUS_SERVICE_2 = 0x53000002,
PUS_SERVICE_5 = 0x53000005,
PUS_SERVICE_8 = 0x53000008,
PUS_SERVICE_17 = 0x53000017,
PUS_SERVICE_200 = 0x53000200,
//Generic IDs for IPC, modes, health, events

View File

@ -6,8 +6,8 @@
#include <linux/sysinfo.h>
#include <time.h>
#include <unistd.h>
#include <fstream>
//#include <fstream>
uint16_t Clock::leapSeconds = 0;
MutexIF* Clock::timeMutex = NULL;