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/ai/src/twi_master/mimot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'digital/ai/src/twi_master/mimot.h') diff --git a/digital/ai/src/twi_master/mimot.h b/digital/ai/src/twi_master/mimot.h index 78f0a8c9..abccd9f6 100644 --- a/digital/ai/src/twi_master/mimot.h +++ b/digital/ai/src/twi_master/mimot.h @@ -33,8 +33,8 @@ /** Mimot TWI address. */ #define MIMOT_TWI_ADDRESS 6 -/** Length of status buffer (not including CRC). */ -#define MIMOT_STATUS_LENGTH 7 +/** Length of status payload (not including CRC & seq). */ +#define MIMOT_STATUS_LENGTH 6 /** Initialise module. */ void -- cgit v1.2.3