From 9f1fe2b39c543178555a6fb035cd15e47d856357 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sun, 20 Apr 2008 16:06:15 +0200 Subject: * digital/io/src - remove a bug with parameters over rides. --- digital/io/src/trap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'digital/io/src/trap.h') diff --git a/digital/io/src/trap.h b/digital/io/src/trap.h index d1bdd558..265abd6d 100644 --- a/digital/io/src/trap.h +++ b/digital/io/src/trap.h @@ -102,11 +102,11 @@ trap_setup_path_to_box (trap_box_id_e box); /** * Set high time value for horizontal and vertical position of a trap. * @param servo_id the servo identification number. - * @param horizontal the horizontal high time value. - * @param vertical the vertical high time value. + * @param h the horizontal high time value. + * @param v the vertical high time value. */ void -trap_set_high_time (uint8_t servo_id, uint8_t horizontal, uint8_t vertical); +trap_set_high_time (uint8_t servo_id, uint8_t h, uint8_t v); /** * Open the rear panel to eject the balls. -- cgit v1.2.3