Fix typo (#42)

This commit is contained in:
TraoX_
2024-11-04 01:46:43 +07:00
committed by GitHub
parent 68748cd531
commit 31fa224320
+2 -2
View File
@@ -29,13 +29,13 @@ class ConfigProdigy:
booter_mmiowhitelist.append({
"Address": 4284481536,
"Comment": "MMIO 0xFF600000",
"Enable": True
"Enabled": True
})
elif "B650" in motherboard_chipset or "X670" in motherboard_chipset:
booter_mmiowhitelist.append({
"Address": 4244635648,
"Comment": "MMIO 0xFD000000",
"Enable": True
"Enabled": True
})
return booter_mmiowhitelist