fix for host build
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user