update package/STM32G030Booter/pika_config.c.

This commit is contained in:
李昂 2022-01-11 16:21:15 +00:00 committed by Gitee
parent 99d6a411ca
commit f0ced270b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 ++;
}
}
}