summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/eventqueue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 00:51:15 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 00:51:15 +0000
commit048e16a12bf926cc122899dd96f1ba34fb5d7912 (patch)
tree71e813720cd8df16e84be3267eb1a80e85d1cd97 /usb-i2c-sl018/eventqueue.h
parentstepper respects limits now (diff)
fixed state machine
git-svn-id: https://svn.spreadspace.org/avr/trunk@163 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 bfa2c62..fa2929b 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, move_timeout } event_t;
+typedef enum { none, cmd_open, cmd_close, cmd_toggle, btn_toggle, card, close_fin, open_fin, move_timeout } event_t;
void init_eventqueue(void);
event_t eventqueue_pop(void);