Skip to content

Commit f820322

Browse files
committed
feat: Continue to run if partition is mismatch
1 parent 69babe9 commit f820322

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

examples/at/user/user_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ void ICACHE_FLASH_ATTR user_pre_init(void)
168168
{
169169
if(!system_partition_table_regist(at_partition_table, sizeof(at_partition_table)/sizeof(at_partition_table[0]),SPI_FLASH_SIZE_MAP)) {
170170
os_printf("system_partition_table_regist fail\r\n");
171-
while(1);
172171
}
173172
}
174173

examples/at_espconn/user/user_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ void ICACHE_FLASH_ATTR user_pre_init(void)
195195
{
196196
if(!system_partition_table_regist(at_partition_table, sizeof(at_partition_table)/sizeof(at_partition_table[0]),SPI_FLASH_SIZE_MAP)) {
197197
os_printf("system_partition_table_regist fail\r\n");
198-
while(1);
199198
}
200199
}
201200

examples/at_nano/user/user_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ void ICACHE_FLASH_ATTR user_pre_init(void)
177177
{
178178
if(!system_partition_table_regist(at_partition_table, sizeof(at_partition_table)/sizeof(at_partition_table[0]),SPI_FLASH_SIZE_MAP)) {
179179
os_printf("system_partition_table_regist fail\r\n");
180-
while(1);
181180
}
182181
}
183182

examples/at_sdio/user/user_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ void ICACHE_FLASH_ATTR user_pre_init(void)
177177
{
178178
if(!system_partition_table_regist(at_partition_table, sizeof(at_partition_table)/sizeof(at_partition_table[0]),SPI_FLASH_SIZE_MAP)) {
179179
os_printf("system_partition_table_regist fail\r\n");
180-
while(1);
181180
}
182181
}
183182

0 commit comments

Comments
 (0)