summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/twi_specific.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 22:04:50 +0200
committerFlorent Duchon2012-12-24 17:47:56 +0100
commitbc1ca9a4c44e019638adc51af66db1a578c851b6 (patch)
tree19489200a134bf165ea87366db8462b148c43638 /digital/beacon/src/twi_specific.h
parent708585e42c44bc73d4f949174c738f4935556bbf (diff)
digital/beacon: fix bad crc computation for TXbuffer
Diffstat (limited to 'digital/beacon/src/twi_specific.h')
-rw-r--r--digital/beacon/src/twi_specific.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/digital/beacon/src/twi_specific.h b/digital/beacon/src/twi_specific.h
index ee244cb7..76c6b42a 100644
--- a/digital/beacon/src/twi_specific.h
+++ b/digital/beacon/src/twi_specific.h
@@ -56,7 +56,8 @@ typedef enum
TWI_TX_X2_LSB_FIELD,
TWI_TX_Y2_MSB_FIELD,
TWI_TX_Y2_LSB_FIELD,
- TWI_TX_TRUST2_FIELD
+ TWI_TX_TRUST2_FIELD,
+ TWI_TX_FIELD_NB
} TTWI_TX_field;
/* This function manages the TWI RX/RX transferts */