Skip to content
Snippets Groups Projects
Unverified Commit 23e55912 authored by Dimitrios Stoupis's avatar Dimitrios Stoupis
Browse files

Remove unused statement

parent 89786c74
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ void MemoryManagementService::RawDataMemoryManagement::dumpRawData(Message &requ
//uint8_t *readData = nullptr; // Pointer to store the data read from the memory
uint16_t readLength = 0; // Data length to read (updated for each new iteration)
uint32_t startAddress = 0; // Start address for the memory read (updated in each new iteration)
MemoryManagementService::MemoryID meId;
// Read the packet's values
iterationCount = request.readUint8();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment