From 0843e5f91424e7e2957a33d3386eccbfcee1b480 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 31 May 2011 09:46:02 +0200 Subject: digital/mimot: moved zero contacts --- digital/mimot/src/dirty/contacts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital') diff --git a/digital/mimot/src/dirty/contacts.h b/digital/mimot/src/dirty/contacts.h index 1de0c57d..366692c4 100644 --- a/digital/mimot/src/dirty/contacts.h +++ b/digital/mimot/src/dirty/contacts.h @@ -26,7 +26,7 @@ * }}} */ /** Define contacts. */ -#define CONTACT_AUX0_ZERO_IO C, 0 -#define CONTACT_AUX1_ZERO_IO C, 1 +#define CONTACT_AUX0_ZERO_IO C, 2 +#define CONTACT_AUX1_ZERO_IO C, 3 #endif /* contacts_h */ -- cgit v1.2.3