From 3ec34b8f227d5f0eee5145655db62c0c9a3725d0 Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sun, 15 Apr 2012 13:03:00 +0000 Subject: [PATCH] Added finsh_system_init function declaration on shell.h. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2070 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/shell.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/finsh/shell.h b/components/finsh/shell.h index 83e74972f8..84ebb7e197 100644 --- a/components/finsh/shell.h +++ b/components/finsh/shell.h @@ -73,6 +73,7 @@ struct finsh_shell void finsh_set_echo(rt_uint32_t echo); rt_uint32_t finsh_get_echo(void); +void finsh_system_init(void); void finsh_set_device(const char* device_name); const char* finsh_get_device(void); -- GitLab