Skip to content

Commit

Permalink
add a missing update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmpprk committed Jan 16, 2022
1 parent 951a976 commit f024aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tv-app/linux/AppPlatformShellCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void RegisterAppPlatformCommands()
static const shell_command_t sDeviceComand = { &AppPlatformHandler, "app", "App commands. Usage: app [command_name]" };

// Register the root `device` command with the top-level shell.
Engine::Root().RegisterCommands(&sDeviceComand, 1, "matter");
Engine::Root().RegisterCommands(&sDeviceComand, 1, "");
return;
}

Expand Down

0 comments on commit f024aae

Please sign in to comment.