[finsh] convert tab to space and split export API to finsh_api.h

This commit is contained in:
Bernard Xiong
2018-03-01 21:01:20 +08:00
parent 15fa3084c3
commit f9a7ba050a
20 changed files with 2333 additions and 2296 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ void rt_assert_handler(const char *ex, const char *func, rt_size_t line);
#endif /* RT_DEBUG */
#ifdef RT_USING_FINSH
#include <finsh.h>
#include <finsh_api.h>
#endif
/**@}*/