W801_SDK_dev_env/app_include/nano_shell_interface.h
2022-11-01 18:22:10 +01:00

6 lines
145 B
C

#ifndef NANO_SHELL_INTERFACE_H
#define NANO_SHELL_INTERFACE_H
extern int shell_printf(const char *format, ...);
#endif //NANO_SHELL_INTERFACE_H