summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/eventqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb-i2c-sl018/eventqueue.c')
-rw-r--r--usb-i2c-sl018/eventqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/eventqueue.c b/usb-i2c-sl018/eventqueue.c
index 562c521..add5164 100644
--- a/usb-i2c-sl018/eventqueue.c
+++ b/usb-i2c-sl018/eventqueue.c
@@ -27,7 +27,7 @@
static RingBuffer_t event_queue;
static uint8_t event_queue_data[16];
-void init_eventqueue(void)
+void eventqueue_init(void)
{
RingBuffer_InitBuffer(&event_queue, event_queue_data, sizeof(event_queue_data));
}