Work on ATA

This commit is contained in:
Adrien Bourmault 2019-05-24 10:53:02 +02:00
parent a8a561e7f7
commit b96f59abf0
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ error_t CmdDumpATASect(int argc, char **argv, char *cmdline)
char sector[600] = {0};
int sectNumber = ShAtoi(argv[1]);
int x = 0;
int step = 16;
int step = 16 ;
if (!sectNumber) {
KernLog("Bad argument\n\n");