From cb9ddc2d8162ac2ec0d82579657b984335ec9aef Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 1 Apr 2010 23:57:40 +0200 Subject: digital/io/src: use one FSM with several active states, closes #83 --- digital/io/src/move.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'digital/io/src/move.h') diff --git a/digital/io/src/move.h b/digital/io/src/move.h index 48d7a3ea..6a53725f 100644 --- a/digital/io/src/move.h +++ b/digital/io/src/move.h @@ -73,10 +73,4 @@ extern struct move_data_t move_data; void move_start (asserv_position_t position, uint8_t backward); -/** - * Stop the move FSM and the bot. - */ -void -move_stop (void); - #endif /* move_h */ -- cgit v1.2.3