summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/eventqueue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 00:25:00 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 00:25:00 +0000
commit839340ee596193bdebbc3a6190d9071bb169f541 (patch)
tree7e694df1e0aa7e6df5899924ebffccc9ddfc76b0 /usb-i2c-sl018/eventqueue.h
parentmotor controll + bugfix (diff)
added event for moving timeout
git-svn-id: https://svn.spreadspace.org/avr/trunk@160 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/eventqueue.h')
-rw-r--r--usb-i2c-sl018/eventqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/eventqueue.h b/usb-i2c-sl018/eventqueue.h
index c1aac9e..bfa2c62 100644
--- a/usb-i2c-sl018/eventqueue.h
+++ b/usb-i2c-sl018/eventqueue.h
@@ -24,7 +24,7 @@
#ifndef R3TUER_eventqueue_h_INCLUDED
#define R3TUER_eventqueue_h_INCLUDED
-typedef enum { none, cmd_open, cmd_close, cmd_toggle, btn_toggle, card } event_t;
+typedef enum { none, cmd_open, cmd_close, cmd_toggle, btn_toggle, card, move_timeout } event_t;
void init_eventqueue(void);
event_t eventqueue_pop(void);