You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Vipul Rahane (JIRA)" <ji...@apache.org> on 2017/09/19 20:23:00 UTC

[jira] [Created] (MYNEWT-836) bme280: build issue

Vipul Rahane created MYNEWT-836:
-----------------------------------

             Summary: bme280: build issue
                 Key: MYNEWT-836
                 URL: https://issues.apache.org/jira/browse/MYNEWT-836
             Project: Mynewt
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
    Affects Versions: v1_2_0_rel
            Reporter: Vipul Rahane
            Assignee: Vipul Rahane
             Fix For: v1_3_0_rel


Error: repos/apache-mynewt-core/hw/drivers/sensors/bme280/src/bme280.c: In function 'bme280_sensor_read':
repos/apache-mynewt-core/hw/drivers/sensors/bme280/src/bme280.c:537:9: error: 'spd' undeclared (first use in this function)
         spd.spd_press = bme280_compensate_pressure(itf, rawpress, &(bme280->pdd));
         ^
repos/apache-mynewt-core/hw/drivers/sensors/bme280/src/bme280.c:537:9: note: each undeclared identifier is reported only once for each function it appears in
repos/apache-mynewt-core/hw/drivers/sensors/bme280/src/bme280.c:557:9: error: 'std' undeclared (first use in this function)
         std.std_temp = bme280_compensate_temperature(rawtemp, &(bme280->pdd));
         ^
repos/apache-mynewt-core/hw/drivers/sensors/bme280/src/bme280.c:577:9: error: 'shd' undeclared (first use in this function)
         shd.shd_humid = bme280_compensate_humidity(itf, rawhumid, &(bme280->pdd));



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)