Bridle API 4.3.99
A Zephyr based application framework
Loading...
Searching...
No Matches
cmd_hello.c File Reference
#include <zephyr/shell/shell.h>

Functions

static int cmd_hello (const struct shell *shell, size_t argc, char **argv)
 SHELL_CMD_REGISTER (hello, NULL, "say hello", cmd_hello)

Function Documentation

◆ cmd_hello()

int cmd_hello ( const struct shell * shell,
size_t argc,
char ** argv )
static

◆ SHELL_CMD_REGISTER()

SHELL_CMD_REGISTER ( hello ,
NULL ,
"say hello" ,
cmd_hello  )