aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-27 00:03:05 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-27 00:03:05 +0000
commit1a1acf6b7c68e44e4ee8d7db50a0e00da5d65c26 (patch)
tree38da3785a4f263bd47dadc31dcd5016866bf81d4 /nuttx/drivers
parent9be225d32d5e7dab213afcf9fd4b552d0d7470f2 (diff)
downloadpx4-firmware-1a1acf6b7c68e44e4ee8d7db50a0e00da5d65c26.tar.gz
px4-firmware-1a1acf6b7c68e44e4ee8d7db50a0e00da5d65c26.tar.bz2
px4-firmware-1a1acf6b7c68e44e4ee8d7db50a0e00da5d65c26.zip
Mirtoo README.txt and SST25 comments update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4874 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/mtd/sst25.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/mtd/sst25.c b/nuttx/drivers/mtd/sst25.c
index 81b5dc1bf..83fbdc347 100644
--- a/nuttx/drivers/mtd/sst25.c
+++ b/nuttx/drivers/mtd/sst25.c
@@ -60,9 +60,9 @@
* Pre-processor Definitions
************************************************************************************/
/* Configuration ********************************************************************/
-/* Per the data sheet, the SST25 parts can be driven with either SPI mode 0 (CPOL=0 and
- * CPHA=0) or mode 3 (CPOL=1 and CPHA=1). But I have heard that other devices can
- * operated in mode 0 or 1. So you may need to specify CONFIG_SST25_SPIMODE to
+/* Per the data sheet, the SST25 parts can be driven with either SPI mode 0 (CPOL=0
+ * and CPHA=0) or mode 3 (CPOL=1 and CPHA=1). But I have heard that other devices
+ * can operate in mode 0 or 1. So you may need to specify CONFIG_SST25_SPIMODE to
* select the best mode for your device. If CONFIG_SST25_SPIMODE is not defined,
* mode 0 will be used.
*/