Function not used in current main(), so name mismatch not detected.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 19 Jun 2014 16:02:31 +0000 (18:02 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
drivers/tmp101_temp_sensor.c

index ec07658..fef9bc5 100644 (file)
@@ -105,7 +105,7 @@ int tmp101_convert_to_deci_degrees(uint16_t raw)
  *   -EIO : Bad one: Illegal start or stop, or illegal state in i2c state machine
  */
 #define CMD_BUF_SIZE 3
-int tmp101_temp_read(uint16_t* raw, int* deci_degrees)
+int tmp101_sensor_read(uint16_t* raw, int* deci_degrees)
 {
        int ret = 0;
        uint16_t temp = 0;