Fix interverted parameter names
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 3 Jan 2019 16:50:50 +0000 (17:50 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:05 +0000 (17:03 +0100)
include/extdrv/bme280_humidity_sensor.h

index c8f3e40..23d9cf0 100644 (file)
@@ -182,7 +182,7 @@ int bme280_configure(struct bme280_sensor_config* conf);
  *   provided integer(s). On error, returns a negative integer equivalent to errors from
  *   glibc.
  */
-int bme280_sensor_read(struct bme280_sensor_config* conf, uint32_t* temp, uint32_t* pressure, uint16_t* hum);
+int bme280_sensor_read(struct bme280_sensor_config* conf, uint32_t* pressure, int32_t* temp, uint16_t* hum);
 
 
 /* Compute actual temperature from uncompensated temperature