From 3aa8986d49b0e1fecedac18eb49756b4587cd57d Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 23 Apr 2011 21:55:27 +0200 Subject: [PATCH] send 0 for now --- firmware/src/edubrm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/src/edubrm.c b/firmware/src/edubrm.c index a95b1b0..8f18906 100644 --- a/firmware/src/edubrm.c +++ b/firmware/src/edubrm.c @@ -17,6 +17,7 @@ void GetInReport (uint8_t src[], uint32_t length) } // TODO: fix the following - replace IP[i] with real value of input pin (I) // src[14] = IP[0] + (IP[1]<<1) + (IP[2]<<2); + src[14] = 0; } void SetOutReport (uint8_t dst[], uint32_t length)