We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7671491 commit 12c5cf4Copy full SHA for 12c5cf4
drivers/display/display_sdl.c
@@ -534,7 +534,7 @@ static const struct display_driver_api sdl_display_api = {
534
535
DT_INST_FOREACH_STATUS_OKAY(DISPLAY_SDL_DEFINE)
536
537
-static void display_sdl_native_posix_options(void)
+static void display_sdl_options(void)
538
{
539
static struct args_struct_t sdl_display_options[] = {
540
{ .option = "display_zoom_pct",
@@ -551,4 +551,4 @@ static void display_sdl_native_posix_options(void)
551
native_add_command_line_opts(sdl_display_options);
552
}
553
554
-NATIVE_TASK(display_sdl_native_posix_options, PRE_BOOT_1, 1);
+NATIVE_TASK(display_sdl_options, PRE_BOOT_1, 1);
0 commit comments