Re: [PATCH 2/2] iio: pressure: bmp280: Add support for BMP390

From: Andy Shevchenko
Date: Fri Aug 18 2023 - 07:22:27 EST


On Thu, Aug 17, 2023 at 11:05:22PM +0200, Angel Iglesias wrote:
> Adds BMP390 device id to the supported ids on bmp380 sensor family

...

> #define BMP180_CHIP_ID 0x55
> #define BMP280_CHIP_ID 0x58
> #define BME280_CHIP_ID 0x60
> +#define BMP390_CHIP_ID 0x60

Keep it a bit better ordered. At the first glance, move
before BME.

--
With Best Regards,
Andy Shevchenko