forked from Archive/PX4-Autopilot
ICP201: Fix B2 version not return in bootup config
This commit is contained in:
parent
6dbb798e37
commit
75d6e523b5
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue