mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
ICP201: increase startup delay with B2 version
This commit is contained in:
@@ -144,7 +144,7 @@ ICP201XX::RunImpl()
|
|||||||
if (version == 0xB2) {
|
if (version == 0xB2) {
|
||||||
/* B2 version Asic is detected. Boot up sequence is not required for B2 Asic, so returning */
|
/* B2 version Asic is detected. Boot up sequence is not required for B2 Asic, so returning */
|
||||||
_state = STATE::CONFIG;
|
_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 */
|
/* Read boot up status and avoid re running boot up sequence if it is already done */
|
||||||
|
|||||||
Reference in New Issue
Block a user