1
0
forked from fsfw/fsfw

delay variable removed

This commit is contained in:
2020-04-22 18:20:04 +02:00
parent 57c225d4fc
commit 04835587a7
2 changed files with 2 additions and 8 deletions

View File

@ -112,7 +112,7 @@ protected:
* @param message
* @return
*/
ReturnValue_t storeDownlinkData(TmTcMessage * message);
virtual ReturnValue_t storeDownlinkData(TmTcMessage * message);
/**
* Send stored data if communication link is active
@ -130,7 +130,6 @@ protected:
private:
FIFO<store_address_t, MAX_DOWNLINK_PACKETS_STORED> fifo;
uint8_t sentPacketsPerCycle = 10;
uint32_t delayBetweenSentPacketsMs = 0;
};