diff --git a/src/Services/MemMangService.cpp b/src/Services/MemMangService.cpp index 7ce197a0d83075214c0ca70c9f0c837e1beea986..fcd784e0fd45b71f22b70130f736ec8f4ff8e46a 100644 --- a/src/Services/MemMangService.cpp +++ b/src/Services/MemMangService.cpp @@ -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();