From 8f7c312ad1fe132c5279a0f5d0101834acf5857d Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 16 Mar 2013 18:58:29 +0100 Subject: digital/{ai,asserv,beacon,io,mimot}: change the seq position in i2c status --- digital/beacon/src/stub/simu_stub.host.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'digital/beacon/src/stub') diff --git a/digital/beacon/src/stub/simu_stub.host.c b/digital/beacon/src/stub/simu_stub.host.c index 38cf93fb..295ba1c5 100644 --- a/digital/beacon/src/stub/simu_stub.host.c +++ b/digital/beacon/src/stub/simu_stub.host.c @@ -78,8 +78,6 @@ simu_twi_proto_update (void) /* Update TWI slave buffer after each position update. */ uint8_t status[4 + 5 * UTILS_COUNT (simu_positions)]; uint8_t i, index = 1; - status[index++] = 0; - status[index++] = 0; status[index++] = simu_seq; for (i = 0; i < UTILS_COUNT (simu_positions); i++) { -- cgit v1.2.3