boards: cxd56xx: Fix bmp280 compile error
Fix compile error caused by bmp280.h being updated.
This commit is contained in:
parent
6f78544fd9
commit
adc72de2ee
@ -465,7 +465,7 @@ static int bmp280_initialize(FAR struct bmp280_dev_s *priv)
|
||||
{
|
||||
int ret;
|
||||
|
||||
ret = bmp280_set_standby(priv, BMP280_STANDBY_1_MS);
|
||||
ret = bmp280_set_standby(priv, BMP280_STANDBY_05_MS);
|
||||
|
||||
if (ret != OK)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user