Merge pull request 'srv17 id added, include fix for linux' (#206) from KSat/fsfw:mueller/include_fix_srv17_id into master

Reviewed-on: #206
This commit is contained in:
Robin Müller 2020-09-22 16:03:23 +02:00
commit 59e4b95b62
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;