feature: print_stack working (dont use opti flags, else the stack is broken)
This commit is contained in:
@ -48,6 +48,7 @@ typedef enum {
|
||||
REBOOT,
|
||||
POWEROFF,
|
||||
HALT,
|
||||
STACK,
|
||||
ECHO,
|
||||
COLOR,
|
||||
MERDELLA,
|
||||
@ -57,3 +58,4 @@ typedef enum {
|
||||
void reboot(void);
|
||||
void halt(void);
|
||||
void shell_init(void);
|
||||
void print_stack(void);
|
||||
|
Reference in New Issue
Block a user