develop/ktcc: Post-SVN tidy
- Move source code from `trunk` into program root directory. - Update build files and include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
8
programs/develop/ktcc/lib/libshell/shell_cls.c
Normal file
8
programs/develop/ktcc/lib/libshell/shell_cls.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <shell_api.h>
|
||||
|
||||
void shell_cls()
|
||||
{
|
||||
__shell_init();
|
||||
*__shell_shm = SHELL_CLS;
|
||||
__SHELL_WAIT();
|
||||
}
|
Reference in New Issue
Block a user