mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 04:49:06 +08:00
ICP201: increase startup delay with B2 version
This commit is contained in:
parent
24debb5ff2
commit
df8a8af34c
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user