summaryrefslogtreecommitdiff
path: root/analog/motor-power-avr/src/avrconfig.h
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-17 00:25:16 +0200
committerNicolas Schodet2009-04-17 00:25:16 +0200
commitbdd377580a0374cc2893d386eb0f47b802232ac9 (patch)
treeab540b91e372449e419f5b658f6be32d5e95af8e /analog/motor-power-avr/src/avrconfig.h
parente028b462ae78a400a3df396077d0abc16fb429a2 (diff)
* digital/avr/modules/spi:
- fixed bad SPI2X mode. - prepare for software driver.
Diffstat (limited to 'analog/motor-power-avr/src/avrconfig.h')
-rw-r--r--analog/motor-power-avr/src/avrconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/analog/motor-power-avr/src/avrconfig.h b/analog/motor-power-avr/src/avrconfig.h
index 5090b572..7568aa01 100644
--- a/analog/motor-power-avr/src/avrconfig.h
+++ b/analog/motor-power-avr/src/avrconfig.h
@@ -84,6 +84,12 @@
/** Support for quote parameter. */
#define AC_PROTO_QUOTE 1
+/* spi - SPI module. */
+/** Select driver: HARD, SOFT, or NONE. */
+#define AC_SPI0_DRIVER HARD
+/** Same thing for an optionnal second SPI driver. */
+#define AC_SPI1_DRIVER NONE
+
/* mp */
#endif /* avrconfig_h */