From: Nathael Pajani Date: Mon, 8 Aug 2016 20:20:18 +0000 (+0200) Subject: Fix comments and use uprintf instead of serial_write X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=093f0b586c97981290bc79c6da3ee5a45927bd0e;p=soft%2Flpc82x%2Fcore Fix comments and use uprintf instead of serial_write --- 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);