ICP201: Fix B2 version not return in bootup config

This commit is contained in:
cuav-liu1 2024-01-30 15:00:27 +08:00 committed by Daniel Agar
parent 6dbb798e37
commit 75d6e523b5
1 changed files with 1 additions and 0 deletions

View File

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