sensors: Update documentation

This commit is contained in:
Paul Riseborough 2017-01-22 17:04:47 +11:00 committed by Lorenz Meier
parent ba9e8741c0
commit 8b1a5461c4

View File

@ -65,7 +65,7 @@ public:
/** supply information which device_id matches a specific uORB topic_instance
* (needed if a system has multiple sensors of the same type)
* @return 0 on success, <0 otherwise */
* @return index for compensation parameter entry containing matching device ID on success, <0 otherwise */
int set_sensor_id_gyro(uint32_t device_id, int topic_instance);
int set_sensor_id_accel(uint32_t device_id, int topic_instance);
int set_sensor_id_baro(uint32_t device_id, int topic_instance);