General cleanup

This commit is contained in:
Scott Lahteine
2020-07-17 09:30:41 -05:00
parent e1191ded02
commit e27f031a55
16 changed files with 16 additions and 16 deletions

View File

@ -68,7 +68,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
crc16(crc, &v, 1);
pos++;
value++;
};
}
return false;
}