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

changed variable name

parent 7fb73ae2
No related branches found
No related tags found
No related merge requests found
......@@ -539,9 +539,9 @@ int BATT_SMBUS::unseal()
int BATT_SMBUS::seal()
{
// See pg95 of bq40z50 technical reference.
uint16_t seal = BATT_SMBUS_SEAL;
uint16_t reg = BATT_SMBUS_SEAL;
return manufacturer_write(seal, 0, 0);
return manufacturer_write(reg, 0, 0);
}
int BATT_SMBUS::lifetime_data_flush()
......
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