diff options
Diffstat (limited to 'kernel/shell.c')
| -rw-r--r-- | kernel/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/shell.c b/kernel/shell.c index 6a4a0aa..0dd9dc0 100644 --- a/kernel/shell.c +++ b/kernel/shell.c @@ -68,7 +68,7 @@ void shell_execute() } else if(1==strcmp(command,"READ",0)) { - uint8_t *read= flpydsk_read_sector (10); +// uint8_t *read= flpydsk_read_sector (10); } else { |
