1
0
forked from fsfw/fsfw

put FIFO in namespace, fixed doc

This commit is contained in:
2020-07-06 13:38:11 +02:00
parent 991385de65
commit b699c8b2b3
4 changed files with 19 additions and 5 deletions

View File

@ -179,7 +179,7 @@ protected:
uint32_t state;
Command_t command;
object_id_t objectId;
StaticFIFO<store_address_t, 3> fifo;
fsfw::StaticFIFO<store_address_t, 3> fifo;
};
const uint16_t apid;