From a87f059b7acdc9f00b2102249a647a51f8389de4 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Mon, 14 Apr 2008 12:00:59 +0200 Subject: * digital/io/src * asserv - improve the API of the arm functions to ease usage ; - add a new function to put the arm to the position to close the input hole. * get sample FSM - keep only the needed and real events ; - correctly names the states ; - improve the function to select where to put the samples ; * general - add headers for some standard configuration defines. * trap - add another entry to the enum to know its length. --- digital/io/src/trap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'digital/io/src/trap.h') diff --git a/digital/io/src/trap.h b/digital/io/src/trap.h index bba780d8..d1bdd558 100644 --- a/digital/io/src/trap.h +++ b/digital/io/src/trap.h @@ -87,6 +87,8 @@ typedef enum trap_box_id_e middle_right_box, /** Most right box. */ out_right_box, + /** Count of trap boxes. */ + trap_count, } trap_box_id_e; /** -- cgit v1.2.3