tbm-mcu/include/shell/echo.h

4 lines
83 B
C
Raw Normal View History

2017-07-27 10:44:52 +02:00
#pragma once
2017-07-27 11:54:31 +02:00
int shell_echo(struct console *con, size_t argc, const char **argv);