tbm-mcu/include/shell/echo.h

3 lines
84 B
C

#pragma once
void shell_echo(struct console *con, const char **argv, size_t argc);