summaryrefslogtreecommitdiff
path: root/digital/beacon/src/twi_specific.h
diff options
context:
space:
mode:
authorNicolas Schodet2013-03-16 18:58:29 +0100
committerNicolas Schodet2013-03-16 18:58:29 +0100
commit8f7c312ad1fe132c5279a0f5d0101834acf5857d (patch)
tree6884a21c1aa8fa28dac790e0443d0c2a2aee0d9b /digital/beacon/src/twi_specific.h
parent49f4a007eebbf5bc1ac3a9c2c86d742963547875 (diff)
digital/{ai,asserv,beacon,io,mimot}: change the seq position in i2c status
Diffstat (limited to 'digital/beacon/src/twi_specific.h')
-rw-r--r--digital/beacon/src/twi_specific.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/digital/beacon/src/twi_specific.h b/digital/beacon/src/twi_specific.h
index fc9a06c1..1aac01d0 100644
--- a/digital/beacon/src/twi_specific.h
+++ b/digital/beacon/src/twi_specific.h
@@ -45,8 +45,6 @@ typedef enum
typedef enum
{
TWI_TX_CRC_FIELD,
- TWI_TX_RFU1_FIELD,
- TWI_TX_RFU2_FIELD,
TWI_TX_SEQ_FIELD,
TWI_TX_X1_MSB_FIELD,
TWI_TX_X1_LSB_FIELD,
@@ -67,4 +65,4 @@ void twi_task(void);
/* Initialisze specific TWI */
void twi_init_specific(void);
-#endif \ No newline at end of file
+#endif