summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/trap.h
diff options
context:
space:
mode:
authorJérémy Dufour2008-04-14 12:00:59 +0200
committerJérémy Dufour2008-04-14 12:00:59 +0200
commita87f059b7acdc9f00b2102249a647a51f8389de4 (patch)
treed542d1e6b560a69ffd7319375756e8d2fbb71fb1 /digital/io/src/trap.h
parent197fb2f8192e083df38427a1dfa4b67ddebde525 (diff)
* 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.
Diffstat (limited to 'digital/io/src/trap.h')
-rw-r--r--digital/io/src/trap.h2
1 files changed, 2 insertions, 0 deletions
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;
/**