Fix brace warning

This commit is contained in:
Cacodemon345
2024-03-13 01:29:21 +06:00
committed by GitHub
parent 8097da7250
commit 42e062143b

View File

@@ -102,7 +102,7 @@ static const device_config_t keycard_config[] = {
.default_int = 0,
.file_filter = "",
.spinner = { 0 },
.selection = { 0 }
.selection = { { 0 } }
},
{ .name = "", .description = "", .type = CONFIG_END }
// clang-format on