Unsigned eeprom mesh addresses

This commit is contained in:
Scott Lahteine
2018-06-15 15:54:38 -05:00
parent c28d2e9638
commit a85f60adb9
2 changed files with 5 additions and 5 deletions

View File

@@ -1618,7 +1618,7 @@ void MarlinSettings::postprocess() {
}
#endif
int16_t MarlinSettings::meshes_start_index() {
uint16_t MarlinSettings::meshes_start_index() {
return (datasize() + EEPROM_OFFSET + 32) & 0xFFF8; // Pad the end of configuration data so it can float up
// or down a little bit without disrupting the mesh data
}