From 204b0a6df044825a13c990565bbfa027c9b03009 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 2 Apr 2008 23:28:35 +0200 Subject: Modified the asserv_go_to_gutter function name to asserv_go_to_distributor. --- digital/io/src/asserv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/io/src/asserv.c') diff --git a/digital/io/src/asserv.c b/digital/io/src/asserv.c index 3c79c135..6849db43 100644 --- a/digital/io/src/asserv.c +++ b/digital/io/src/asserv.c @@ -268,9 +268,9 @@ asserv_go_to_the_wall (void) asserv_twi_send_command ('f', 0); } -/* Move forward to approach a gutter. */ +/* Move forward to approach a ditributor. */ void -asserv_go_to_gutter (void) +asserv_go_to_distributor (void) { /* Send the go the gutter command to the asserv board */ asserv_twi_send_command ('F', 0); -- cgit v1.2.3