mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
update package/STM32G030Booter/pika_config.c.
This commit is contained in:
parent
99d6a411ca
commit
f0ced270b8
@ -165,7 +165,7 @@ uint32_t flash_write_char(uint32_t bassAddr,
|
||||
}
|
||||
|
||||
uint8_t __platform_Asm_is_to_flash(char* pyMultiLine) {
|
||||
if (strCountSign(pyMultiLine, '\n') > 1) {
|
||||
if (strCountSign(pyMultiLine, '\n') > 10) {
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
@ -374,4 +374,4 @@ void __platform_wait(void){
|
||||
while(1){
|
||||
pika_memory_lock ++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user