fix EXIT command bug

This commit is contained in:
nino-porcino 2022-06-03 09:33:05 +02:00
parent c388f8bcd0
commit ad26e572e0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const byte CMD_TEST = 20;
const byte CMD_HELP = 21;
const byte CMD_QMARK = 22;
const byte CMD_MOUNT = 23;
const byte CMD_EXIT = 25;
const byte CMD_EXIT = 24;
// the list of recognized commands
byte *DOS_COMMANDS[] = {