PFW-1530 cleanup: remove redundant uint8_t cast
This commit is contained in:
parent
5d9ccc59b7
commit
03ed675732
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue