summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/contact.h')
-rw-r--r--digital/io/src/contact.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/digital/io/src/contact.h b/digital/io/src/contact.h
index c752fc56..e50a0833 100644
--- a/digital/io/src/contact.h
+++ b/digital/io/src/contact.h
@@ -26,9 +26,7 @@
* }}} */
#include "simu.host.h"
-#define CONTACT_FILTER_BRIDGE_PUCK C, 0
-#define CONTACT_ELEVATOR_DOOR C, 1
-#define CONTACT_PUCK_CYLINDER C, 2
+#define CONTACT_EXAMPLE C, 0
/**
* Initialize the contact module.
@@ -38,7 +36,7 @@ contact_init (void);
/**
* To get a state of a contact, just do:
- * IO_GET (CONTACT_FILTER_BRIDGE_PUCK);
+ * IO_GET (CONTACT_EXAMPLE);
*/
#endif /* contact_h */