summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-26 18:58:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-26 18:58:49 +0000
commit9de7dec43cf95a3b63cb2980c723a4db6a661123 (patch)
tree08ef2d9a1a860604c2ecf3067cff344a1db4a2b0 /nuttx/arch/z80/src/ez80
parentf939ec28c773328d2e2feeff17e1f9bae0ccaba5 (diff)
downloadpx4-nuttx-9de7dec43cf95a3b63cb2980c723a4db6a661123.tar.gz
px4-nuttx-9de7dec43cf95a3b63cb2980c723a4db6a661123.tar.bz2
px4-nuttx-9de7dec43cf95a3b63cb2980c723a4db6a661123.zip
Extend SPI interface so that we can set number of bits per word
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1742 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/ez80')
-rwxr-xr-xnuttx/arch/z80/src/ez80/ez80_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80_spi.c b/nuttx/arch/z80/src/ez80/ez80_spi.c
index 20db1035a..8e34de10e 100755
--- a/nuttx/arch/z80/src/ez80/ez80_spi.c
+++ b/nuttx/arch/z80/src/ez80/ez80_spi.c
@@ -80,6 +80,7 @@ static const struct spi_ops_s g_spiops =
ez80_spiselect, /* Provided externally by board logic */
spi_setfrequency,
spi_setmode,
+ NULL, /* Variable number of bits not implemented */
ez80_spistatus, /* Provided externally by board logic */
spi_send,
spi_sndblock,