mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
update package/pikaRTBooter/rt_pika.c.
This commit is contained in:
parent
5052453ba3
commit
d25086a6e7
@ -54,7 +54,7 @@ static void pikascript_entry(void *parameter){
|
||||
while(1){
|
||||
inputChar = finsh_getchar();
|
||||
rt_kprintf("%c", inputChar);
|
||||
if (inputChar == '\b'){
|
||||
if ((inputChar == '\b') || (inputChar == 127)) {
|
||||
uint32_t size = strGetSize(rxBuff);
|
||||
if(size == 0){
|
||||
rt_kprintf(" ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user