driver/srf08: remove leftover doc

Remove doc for params and return values which are not used
    anymore after I2C API rework.
This commit is contained in:
smlng 2018-07-12 11:43:14 +02:00 committed by dylad
parent e39ebb1623
commit 76d3a4e30a

View File

@ -91,11 +91,8 @@ typedef enum {
* @param[in] dev device descriptor of an SRF08 sensor * @param[in] dev device descriptor of an SRF08 sensor
* @param[in] i2c I2C device the sensor is connected to * @param[in] i2c I2C device the sensor is connected to
* @param[in] addr I2C address of the sensor * @param[in] addr I2C address of the sensor
* @param[in] speed I2C speed mode
* *
* @return 0 on successful initialization * @return 0 on successful initialization
* @return -1 on undefined device given
* @return -2 on unsupported speed value
* @return -3 on max. range error * @return -3 on max. range error
* @return -4 on max. gain error * @return -4 on max. gain error
* *