From 3259579a29aa2cdee126c0f9d30a9da6dad46028 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 19 Jun 2014 18:02:31 +0200 Subject: [PATCH] Function not used in current main(), so name mismatch not detected. --- drivers/tmp101_temp_sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tmp101_temp_sensor.c b/drivers/tmp101_temp_sensor.c index ec07658..fef9bc5 100644 --- a/drivers/tmp101_temp_sensor.c +++ b/drivers/tmp101_temp_sensor.c @@ -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; -- 2.43.0