ICP201: increase startup delay with B2 version

This commit is contained in:
cuav-liu1 2024-01-30 15:28:57 +08:00 committed by Daniel Agar
parent 24debb5ff2
commit df8a8af34c
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ ICP201XX::RunImpl()
if (version == 0xB2) {
/* B2 version Asic is detected. Boot up sequence is not required for B2 Asic, so returning */
_state = STATE::CONFIG;
ScheduleDelayed(10_ms);
ScheduleDelayed(30_ms);
}
/* Read boot up status and avoid re running boot up sequence if it is already done */