mirror of
https://github.com/NevermindZZT/letter-shell.git
synced 2025-01-21 10:02:54 +08:00
修复 键值定义错误导致无法编译的问题
This commit is contained in:
parent
c2b24572cf
commit
6ac121a187
@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user