summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/eventqueue.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-07 05:26:13 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-07 05:26:13 +0000
commit54f165b7b88a0e790ed153cf9a214ab9a25ebc61 (patch)
tree10941009d6a892403488d1246a96c61803266bde /usb-i2c-sl018/eventqueue.h
parentnaming convention for ledmatrix (diff)
naming convention for eventqueue
git-svn-id: https://svn.spreadspace.org/avr/trunk@181 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 35c1fa1..a7bd689 100644
--- a/usb-i2c-sl018/eventqueue.h
+++ b/usb-i2c-sl018/eventqueue.h
@@ -26,7 +26,7 @@
typedef enum { none, cmd_open, cmd_close, cmd_toggle, btn_toggle, card, close_fin, open_fin, move_timeout } event_t;
-void init_eventqueue(void);
+void eventqueue_init(void);
event_t eventqueue_pop(void);
void eventqueue_push(event_t);
const char* event_to_string(event_t event);