SHT3x driver - documentation changed

This commit is contained in:
Gunar Schorcht 2017-10-13 17:56:49 +02:00
parent 1525f61fe3
commit 344c8759f9

View file

@ -185,7 +185,7 @@ sht3x_sensor_t* sht3x_init_sensor (uint8_t bus, uint8_t addr);
*
* @param dev pointer to sensor device data structure
* @param mode measurement mode, see type *sht3x_mode_t*
* @return measurement duration in RTOS ticks or -1 on error
* @return measurement duration given in RTOS ticks or -1 on error
*/
int32_t sht3x_start_measurement (sht3x_sensor_t* dev, sht3x_mode_t mode);