From 093f0b586c97981290bc79c6da3ee5a45927bd0e Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 8 Aug 2016 22:20:18 +0200 Subject: [PATCH] Fix comments and use uprintf instead of serial_write --- drivers/i2c.c | 1 - include/extdrv/tmp101_temp_sensor.h | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/i2c.c b/drivers/i2c.c index 2178b1d..726bc3f 100644 --- a/drivers/i2c.c +++ b/drivers/i2c.c @@ -106,7 +106,6 @@ static struct i2c_bus i2c_buses[NB_I2C_BUSSES] = { /* FIXME : Should add a field "what to do on addr NACK" to i2c_bus structure, and use it with the timeout to create a retry mechanism */ -/* FIXME : For case 58 ... What would be the use of a restart ?? perform periodic reads ? */ /* FIXME : Implement Slave when arbitration lost ? */ diff --git a/include/extdrv/tmp101_temp_sensor.h b/include/extdrv/tmp101_temp_sensor.h index 72101d6..2949606 100644 --- a/include/extdrv/tmp101_temp_sensor.h +++ b/include/extdrv/tmp101_temp_sensor.h @@ -67,7 +67,6 @@ struct tmp101_sensor_config { /* Check the sensor presence, return 1 if found * This is a basic check, it could be anything with the same address ... - * addr: the sensor address on most significant bits. */ int tmp101_probe_sensor(struct tmp101_sensor_config* conf); -- 2.43.0