Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-04-20 17:52:32 +00:00
commit b09d068bf6
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ void eeprom_initialize(void) {
return;
}
} while (p < (uint16_t *)SYMVAL(__eeprom_workarea_end__));
flashend = (uint32_t)((uint16_t *)SYMVAL(__eeprom_workarea_end__) - 1);
flashend = (uint32_t)(p - 1);
}
uint8_t eeprom_read_byte(const uint8_t *addr) {