removed ptme test data sending
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
20138d52b1
commit
03b7b802c5
@ -27,13 +27,6 @@ ReturnValue_t VirtualChannel::performOperation() {
|
||||
ReturnValue_t result = RETURN_OK;
|
||||
TmTcMessage message;
|
||||
|
||||
uint8_t data[50] = {0xa};
|
||||
result = ptme->writeToVc(vcId, data, sizeof(data));
|
||||
if (result != RETURN_OK) {
|
||||
sif::warning << "VirtualChannel::performOperation: Failed to send test data" << std::endl;
|
||||
return result;
|
||||
}
|
||||
|
||||
while (tmQueue->receiveMessage(&message) == RETURN_OK) {
|
||||
store_address_t storeId = message.getStorageId();
|
||||
const uint8_t* data = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user