Merge pull request #2469 from Dizzy611/patch-2

Set default IRQ for NE2000 to 3
This commit is contained in:
Miran Grča
2022-07-16 23:21:36 +02:00
committed by GitHub

View File

@@ -1211,7 +1211,7 @@ static const device_config_t ne2000_config[] = {
.description = "IRQ",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 10,
.default_int = 3,
.file_filter = "",
.spinner = { 0 },
.selection = {