aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/DataDef.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-04-16 10:07:07 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-04-16 10:07:07 +0300
commit26871cba2047dfc7afa6922a34e4f6b7bc9d4932 (patch)
tree6acd03d9ab2d25f3d12eb212fa7f5dd454297812 /Software/Embedded_SW/Embedded/DataDef.h
parentd947018ecc12c84a6b34116cdca6f775590bae0b (diff)
downloadTango-26871cba2047dfc7afa6922a34e4f6b7bc9d4932.tar.gz
Tango-26871cba2047dfc7afa6922a34e4f6b7bc9d4932.zip
fix datadeh.h to latest version
Diffstat (limited to 'Software/Embedded_SW/Embedded/DataDef.h')
-rw-r--r--Software/Embedded_SW/Embedded/DataDef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/DataDef.h b/Software/Embedded_SW/Embedded/DataDef.h
index 4f0582e50..619d8f843 100644
--- a/Software/Embedded_SW/Embedded/DataDef.h
+++ b/Software/Embedded_SW/Embedded/DataDef.h
@@ -92,6 +92,7 @@ typedef struct //S_SPI
unsigned int TX_MOSI; //32bit (Master Output Slave Input )
unsigned int RX_MISO; //24bit (Master Input Slave Output)
//unsigned int BUSY; //32bit
+ unsigned char AMT_OF_Words:3; //The amount of spi words (usually byte sized) per transmission (send 4 to 32bit)
}SPI;//SPI