added old comment

This commit is contained in:
Robin Müller 2020-04-22 18:21:50 +02:00
parent 04835587a7
commit d0ce075e0d
1 changed files with 2 additions and 2 deletions

View File

@ -135,9 +135,9 @@ ReturnValue_t TmTcBridge::sendStoredTm() {
uint32_t size = 0;
fifo.retrieve(&storeId);
result = tmStore->getData(storeId, &data, &size);
// This does not work yet: is not static function
//PeriodicTaskIF::sleepFor(delayBetweenSentPacketsMs);
sendTm(data,size);
if(result != RETURN_OK) {
error << "TMTC Bridge: Could not send stored downlink data"
<< std::endl;