Clean up .available & .poll

This commit is contained in:
Jasmine Iwanek
2025-01-07 01:12:42 -05:00
parent de488fe779
commit 81b8038bc5
254 changed files with 1214 additions and 1313 deletions

View File

@@ -647,9 +647,7 @@ static const device_config_t hercules_config[] = {
.type = CONFIG_BINARY,
.default_int = 1
},
{
.type = CONFIG_END
}
{ .name = "", .description = "", .type = CONFIG_END }
// clang-format on
};
@@ -661,7 +659,7 @@ const device_t hercules_device = {
.init = hercules_init,
.close = hercules_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = speed_changed,
.force_redraw = NULL,
.config = hercules_config