Skip to content

Commit

Permalink
bmp388: Driver print out start BMP390 identifier when detected
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervdPerk-NXP committed Mar 1, 2024
1 parent 28db3e1 commit b51056c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/barometer/bmp388/bmp388.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ BMP388::init()

if (_chip_id == BMP390_CHIP_ID) {
_interface->set_device_type(DRV_BARO_DEVTYPE_BMP390);
this->_item_name = "bmp390";
}

_chip_rev_id = _interface->get_reg(BMP3_REV_ID_ADDR);
Expand Down

0 comments on commit b51056c

Please sign in to comment.