summaryrefslogtreecommitdiff
path: root/digital/io/src/avrconfig.h
diff options
context:
space:
mode:
authorNicolas Schodet2010-05-01 01:11:09 +0200
committerNicolas Schodet2010-05-01 01:11:09 +0200
commitf3e2181e6e41225255e7fd654cd4989eac9e19e3 (patch)
treec733d1ff26d0f89dc7f5015c1b72dac4c0ab803c /digital/io/src/avrconfig.h
parentaba42167653240bff325716a2c1137c6eafdc792 (diff)
digital/io/src: handle several TWI command for several slaves, closes #122
Diffstat (limited to 'digital/io/src/avrconfig.h')
-rw-r--r--digital/io/src/avrconfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/digital/io/src/avrconfig.h b/digital/io/src/avrconfig.h
index 9b79b4e1..a9be1f29 100644
--- a/digital/io/src/avrconfig.h
+++ b/digital/io/src/avrconfig.h
@@ -108,13 +108,6 @@
/* io - io/ai board. */
/** TWI address of the io board. */
#define AC_IO_TWI_ADDRESS 2
-/** TWI address of the asserv board. */
-#define AC_ASSERV_TWI_ADDRESS 4
-/**
- * Length of the status buffer maintains by the asserv board.
- * This length should not include the CRC byte!
- */
-#define AC_ASSERV_STATUS_LENGTH 15
/* spi - SPI module. */
/** Select driver: HARD, SOFT, or NONE. */