feature: clear added to the shell
This commit is contained in:
@ -49,13 +49,14 @@ typedef enum {
|
||||
POWEROFF,
|
||||
HALT,
|
||||
STACK,
|
||||
CLEAR,
|
||||
ECHO,
|
||||
COLOR,
|
||||
MERDELLA,
|
||||
ERROR
|
||||
} CMD_TOK;
|
||||
|
||||
void shell_init(void);
|
||||
void reboot(void);
|
||||
void halt(void);
|
||||
void shell_init(void);
|
||||
void print_stack(void);
|
||||
|
Reference in New Issue
Block a user