Fixed the device configuration structures for the Hercules and the MDA.
This commit is contained in:
@@ -398,6 +398,9 @@ static device_config_t hercules_config[] =
|
||||
}
|
||||
},
|
||||
.default_int = 0
|
||||
},
|
||||
{
|
||||
.type = -1
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
@@ -354,6 +354,9 @@ static device_config_t mda_config[] =
|
||||
}
|
||||
},
|
||||
.default_int = 0
|
||||
},
|
||||
{
|
||||
.type = -1
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user