Fix comments and use uprintf instead of serial_write
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 8 Aug 2016 20:20:18 +0000 (22:20 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 10 Feb 2023 18:02:59 +0000 (19:02 +0100)
drivers/i2c.c
include/extdrv/tmp101_temp_sensor.h

index 2178b1d..726bc3f 100644 (file)
@@ -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 ? */
 
 
index 72101d6..2949606 100644 (file)
@@ -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);