|
Bridle API 4.3.99
A Zephyr based application framework
|
#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) | |
|
static |
| SHELL_CMD_REGISTER | ( | hello | , |
| NULL | , | ||
| "say hello" | , | ||
| cmd_hello | ) |