From 80b3da91dac28a5895a8cb9f0477a7008365dd56 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 1 Apr 2010 23:57:20 +0200 Subject: digital/io: wipe-out old robot code, closes #112 --- digital/io/src/contact.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'digital/io/src/contact.c') diff --git a/digital/io/src/contact.c b/digital/io/src/contact.c index 6a47c254..4483fef3 100644 --- a/digital/io/src/contact.c +++ b/digital/io/src/contact.c @@ -29,7 +29,6 @@ void contact_init (void) { - IO_SET (CONTACT_FILTER_BRIDGE_PUCK); - IO_SET (CONTACT_ELEVATOR_DOOR); - IO_SET (CONTACT_PUCK_CYLINDER); + /* Pull-up. */ + //IO_SET (CONTACT_EXAMPLE); } -- cgit v1.2.3