[modules] dc: Some correction in description text

This commit is contained in:
agressiva
2014-11-04 23:22:55 -02:00
committed by Felix Ruess
parent 317dd81760
commit dd445fba0f
+1 -1
View File
@@ -187,7 +187,7 @@ extern uint8_t dc_circle(float interval, float start);
* If both 'x' and 'y' are DC_IGNORE the current position * If both 'x' and 'y' are DC_IGNORE the current position
* will be used as reference point. * will be used as reference point.
* *
* @param interval minimum angle between shots in deg * @param interval distance between shots in meters
* @param x x coordinate of reference point (or special DC_IGNORE) * @param x x coordinate of reference point (or special DC_IGNORE)
* @param y y coordinate of reference point (or special DC_IGNORE) * @param y y coordinate of reference point (or special DC_IGNORE)
* @return zero * @return zero