some more fixes and tweaks
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Robin Müller 2023-02-07 12:23:00 +01:00
parent 650bfd1ad3
commit 94fee2d429
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
5 changed files with 4 additions and 4 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 2646707d3fa1b568a6c99e8e0bd32585d729d162
Subproject commit a1567de9e8d84a044b4a33ccdaffd15f0f4f54f1

View File

@ -6,5 +6,5 @@ target_sources(
TmFunnelBase.cpp
CfdpTmFunnel.cpp
Service15TmStorage.cpp
TmStore.cpp
PersistentTmStore.cpp
PusTmFunnel.cpp)

View File

@ -1,4 +1,4 @@
#include "TmStore.h"
#include "PersistentTmStore.h"
#include <mission/memory/SdCardMountedIF.h>

View File

@ -10,7 +10,7 @@
#include <vector>
#include "TmStore.h"
#include "PersistentTmStore.h"
#include "fsfw/timemanager/TimeReaderIF.h"
/**