mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
boards: cxd56xx: Fix bmp280 compile error
Fix compile error caused by bmp280.h being updated.
This commit is contained in:
parent
6f78544fd9
commit
adc72de2ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue