From e528d8912601e151e2724176298e0365773b6b8e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Feb 2013 01:34:05 +0000 Subject: added to_string functions for events and states git-svn-id: https://svn.spreadspace.org/avr/trunk@165 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/eventqueue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usb-i2c-sl018/eventqueue.h') diff --git a/usb-i2c-sl018/eventqueue.h b/usb-i2c-sl018/eventqueue.h index fa2929b..35c1fa1 100644 --- a/usb-i2c-sl018/eventqueue.h +++ b/usb-i2c-sl018/eventqueue.h @@ -29,5 +29,6 @@ typedef enum { none, cmd_open, cmd_close, cmd_toggle, btn_toggle, card, close_fi void init_eventqueue(void); event_t eventqueue_pop(void); void eventqueue_push(event_t); +const char* event_to_string(event_t event); #endif -- cgit v1.2.3