send 0 for now

This commit is contained in:
Pavol Rusnak 2011-04-23 21:55:27 +02:00
parent 37a48eb7e6
commit 3aa8986d49

View file

@ -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)