You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/19 20:24:01 UTC

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

    [ https://issues.apache.org/jira/browse/MYNEWT-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172285#comment-16172285 ] 

ASF subversion and git services commented on MYNEWT-836:
--------------------------------------------------------

Commit a0501ad00e940dee373585c95180fb688b067b0f in mynewt-core's branch refs/heads/master from [~vrahane]
[ https://gitbox.apache.org/repos/asf?p=mynewt-core.git;h=a0501ad ]

MYNEWT-836 bme280 fix build


> 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
>              Labels: bme280, drivers
>             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)