Skip to content
Snippets Groups Projects
Commit 69b59b9d authored by Jake Dahl's avatar Jake Dahl Committed by Daniel Agar
Browse files

commented out something causing trouble with CI, it is in an unused function...

commented out something causing trouble with CI, it is in an unused function but I'd like to keep the comment there as a reference for future development effort
parent 6ba78858
No related branches found
No related tags found
No related merge requests found
......@@ -360,7 +360,7 @@ int BATT_SMBUS::dataflash_read(uint16_t &address, void *data)
// When reading a BATT_SMBUS_MANUFACTURER_BLOCK_ACCESS the first 2 bytes will be the command code
// We will remove these since we do not care about the command code.
memcpy(data, &((uint8_t *)data)[2], DATA_BUFFER_SIZE);
//memcpy(data, &((uint8_t *)data)[2], DATA_BUFFER_SIZE);
return result;
}
......
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