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

@ -143,7 +143,7 @@ protected:
* This fifo can be used to store downlink data
* which can not be sent at the moment.
*/
StaticFIFO<store_address_t, LIMIT_DOWNLINK_PACKETS_STORED> tmFifo;
fsfw::StaticFIFO<store_address_t, LIMIT_DOWNLINK_PACKETS_STORED> tmFifo;
uint8_t sentPacketsPerCycle = DEFAULT_STORED_DATA_SENT_PER_CYCLE;
uint8_t maxNumberOfPacketsStored = DEFAULT_DOWNLINK_PACKETS_STORED;
};