summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/src/up_mmcsd.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-24 18:57:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-24 18:57:38 +0000
commit20119ce3834a33b5b7ebac6e2dc32d1983686938 (patch)
tree9e0cdccc2a0cf0e4109476c31cffba962f7a4df9 /nuttx/configs/shenzhou/src/up_mmcsd.c
parent3a9970e4b125c4a629d957d35ca67f662c69ff00 (diff)
downloadpx4-nuttx-20119ce3834a33b5b7ebac6e2dc32d1983686938.tar.gz
px4-nuttx-20119ce3834a33b5b7ebac6e2dc32d1983686938.tar.bz2
px4-nuttx-20119ce3834a33b5b7ebac6e2dc32d1983686938.zip
Corrections for SD card on Shenzhou board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5183 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/shenzhou/src/up_mmcsd.c')
-rw-r--r--nuttx/configs/shenzhou/src/up_mmcsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/shenzhou/src/up_mmcsd.c b/nuttx/configs/shenzhou/src/up_mmcsd.c
index daa149817..531fbfd7e 100644
--- a/nuttx/configs/shenzhou/src/up_mmcsd.c
+++ b/nuttx/configs/shenzhou/src/up_mmcsd.c
@@ -67,7 +67,7 @@
/* Can't support MMC/SD features if mountpoints are disabled */
-#ifndef CONFIG_DISABLE_MOUNTPOINT
+#ifdef CONFIG_DISABLE_MOUNTPOINT
# undef HAVE_MMCSD
#endif