summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb-i2c-sl018/limits.h')
-rw-r--r--usb-i2c-sl018/limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-i2c-sl018/limits.h b/usb-i2c-sl018/limits.h
index 95bb084..f1363ab 100644
--- a/usb-i2c-sl018/limits.h
+++ b/usb-i2c-sl018/limits.h
@@ -26,7 +26,7 @@
typedef enum { moving, open, close, both } limits_t;
-void init_limits(void);
+void limits_init(void);
limits_t limits_get(void);
const char* limits_to_string(limits_t limits);