Skip to content

Commit

Permalink
ICP201: Fix B2 version not return in bootup config
Browse files Browse the repository at this point in the history
  • Loading branch information
cuav-liu1 authored and dagar committed Feb 2, 2024
1 parent 6dbb798 commit 75d6e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/barometer/invensense/icp201xx/ICP201XX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 75d6e52

Please sign in to comment.