src/machine

This commit is contained in:
Jasmine Iwanek
2022-04-02 18:14:24 -04:00
parent f51c8a5595
commit e11bad1938
8 changed files with 20 additions and 28 deletions

View File

@@ -678,10 +678,10 @@ static const device_config_t europc_config[] = {
.selection = {
{ .description = "Disabled (250h)", .value = 0 },
{ .description = "Enabled (350h)", .value = 1 },
{ "" }
{ .description = "" }
},
},
{ .name = "", .description = "", .type = -1 }
{ .name = "", .description = "", .type = CONFIG_END }
};
const device_t europc_device = {