1
0
mirror of https://github.com/NevermindZZT/letter-shell.git synced 2025-01-21 10:02:54 +08:00
This commit is contained in:
Letter 2020-07-17 23:22:53 +08:00
commit 8cf5d64d29

View File

@ -1486,7 +1486,7 @@ void shellDelete(Shell *shell)
shellDeleteByte(shell, -1);
}
SHELL_EXPORT_KEY(SHELL_CMD_PERMISSION(0)|SHELL_CMD_ENABLE_UNCHECKED,
0x7F000000, shellDelete, delete);
0x1B5B337E, shellDelete, delete);
/**