Unsigned eeprom mesh addresses

This commit is contained in:
Scott Lahteine
2018-06-15 15:51:45 -05:00
parent f88adcbfd5
commit da94e0bd27
2 changed files with 5 additions and 5 deletions

View File

@ -1607,7 +1607,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
}