From: Nathael Pajani Date: Thu, 19 Jun 2014 16:02:31 +0000 (+0200) Subject: Function not used in current main(), so name mismatch not detected. X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=3259579a29aa2cdee126c0f9d30a9da6dad46028;p=soft%2Flpc122x%2Fcore Function not used in current main(), so name mismatch not detected. --- 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;