PFW-1530 cleanup: remove redundant uint8_t cast

This commit is contained in:
Guðni Már Gilbert 2023-08-06 12:32:29 +00:00 committed by DRracer
parent 5d9ccc59b7
commit 03ed675732
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ void tuneIdlerStallguardThresholdMenu() {
memcpy_P(&(_md->item), &TuneItems[offset], sizeof(TuneItem));
// Fetch the value which is currently in MMU EEPROM
mmu2.ReadRegister((uint8_t)_md->item.address);
mmu2.ReadRegister(_md->item.address);
_md->currentValue = mmu2.GetLastReadRegisterValue();
}