summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/eventqueue.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2013-02-06 23:11:50 +0000
committerOthmar Gsenger <otti@wirdorange.org>2013-02-06 23:11:50 +0000
commit760d87e15bee6cb694cc977050f69582b33bb937 (patch)
treeb7199eadf796ee57058ca5f54d2399e163b02ca8 /usb-i2c-sl018/eventqueue.h
parentbasic eventqueue (diff)
eventqueue woring
git-svn-id: https://svn.spreadspace.org/avr/trunk@148 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 bd60581..b823060 100644
--- a/usb-i2c-sl018/eventqueue.h
+++ b/usb-i2c-sl018/eventqueue.h
@@ -26,7 +26,7 @@
typedef enum { none } event_t;
-void eventqueue_init(void);
+void init_eventqueue(void);
event_t eventqueue_pop(void);
void eventqueue_push(event_t);