1
0
forked from fsfw/fsfw

fifo in namespace now

This commit is contained in:
2020-07-06 13:43:41 +02:00
parent bb5de8f110
commit b61e1df8bc
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ private:
//! A FIFO is used to store information about multiple PUS packets
//! inside the receive buffer. The maximum number of entries is defined
//! by the first constructor argument.
FIFO<indexSizePair> indexSizePairFIFO;
fsfw::FIFO<indexSizePair> indexSizePairFIFO;
bool storeSplitPackets = false;
};