Skip to content

Commit 12c5cf4

Browse files
aescolarfabiobaltieri
authored andcommitted
drivers/display/display_sdl: Remove reference to native_posix
Remove references to native_posix as the it is being deprecated. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 7671491 commit 12c5cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/display/display_sdl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ static const struct display_driver_api sdl_display_api = {
534534

535535
DT_INST_FOREACH_STATUS_OKAY(DISPLAY_SDL_DEFINE)
536536

537-
static void display_sdl_native_posix_options(void)
537+
static void display_sdl_options(void)
538538
{
539539
static struct args_struct_t sdl_display_options[] = {
540540
{ .option = "display_zoom_pct",
@@ -551,4 +551,4 @@ static void display_sdl_native_posix_options(void)
551551
native_add_command_line_opts(sdl_display_options);
552552
}
553553

554-
NATIVE_TASK(display_sdl_native_posix_options, PRE_BOOT_1, 1);
554+
NATIVE_TASK(display_sdl_options, PRE_BOOT_1, 1);

0 commit comments

Comments
 (0)