Merge pull request #2469 from Dizzy611/patch-2
Set default IRQ for NE2000 to 3
This commit is contained in:
@@ -1211,7 +1211,7 @@ static const device_config_t ne2000_config[] = {
|
|||||||
.description = "IRQ",
|
.description = "IRQ",
|
||||||
.type = CONFIG_SELECTION,
|
.type = CONFIG_SELECTION,
|
||||||
.default_string = "",
|
.default_string = "",
|
||||||
.default_int = 10,
|
.default_int = 3,
|
||||||
.file_filter = "",
|
.file_filter = "",
|
||||||
.spinner = { 0 },
|
.spinner = { 0 },
|
||||||
.selection = {
|
.selection = {
|
||||||
|
Reference in New Issue
Block a user