Merge branch 'master' into mueller/FixedTimeslotUpdate

This commit is contained in:
Steffen Gaisser 2020-09-22 16:20:07 +02:00
commit d0f912f32b
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ enum framework_objects {
PUS_SERVICE_2 = 0x53000002,
PUS_SERVICE_5 = 0x53000005,
PUS_SERVICE_8 = 0x53000008,
PUS_SERVICE_9 = 0x53000009,
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;