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-16 14:50:51 +08:00 committed by GitHub
parent c2b24572cf
commit 6ac121a187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
/**