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 7624c83..0548bc1 100644
--- a/usb-i2c-sl018/limits.h
+++ b/usb-i2c-sl018/limits.h
@@ -24,7 +24,7 @@
#ifndef R3TUER_limits_h_INCLUDED
#define R3TUER_limits_h_INCLUDED
-typedef enum { none, open, close, both } limits_t;
+typedef enum { moving, open, close, both } limits_t;
void init_limits(void);
limits_t limits_get(void);