fix for host build

This commit is contained in:
2023-02-21 21:37:30 +01:00
parent e416d94224
commit a1cb4fb549
5 changed files with 40 additions and 29 deletions

View File

@ -38,10 +38,10 @@ class PusTmFunnel : public TmFunnelBase {
bool storesInitialized = false;
timeval currentTv{};
timeval lastTvUpdate{};
TmStore miscStore;
TmStore okStore;
TmStore notOkStore;
TmStore hkStore;
PersistentTmStore miscStore;
PersistentTmStore okStore;
PersistentTmStore notOkStore;
PersistentTmStore hkStore;
SdCardMountedIF &sdcMan;
ReturnValue_t handleTmPacket(TmTcMessage &message);