summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-02 22:49:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-02 22:49:59 +0000
commitff65a46c2824524b9366792ef46d9ab95a75f031 (patch)
treec471bdd70d55d710517267ddcb08e46e65033aa0 /nuttx/include
parent17a999f9af875c16f1e50bc60e38840eba8e47e8 (diff)
downloadpx4-nuttx-ff65a46c2824524b9366792ef46d9ab95a75f031.tar.gz
px4-nuttx-ff65a46c2824524b9366792ef46d9ab95a75f031.tar.bz2
px4-nuttx-ff65a46c2824524b9366792ef46d9ab95a75f031.zip
Changes for clean STM32 compile with DEBUG on
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3332 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rwxr-xr-xnuttx/include/nuttx/sdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/sdio.h b/nuttx/include/nuttx/sdio.h
index 65d44dbc6..232cdb3f3 100755
--- a/nuttx/include/nuttx/sdio.h
+++ b/nuttx/include/nuttx/sdio.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/nuttx/sdio.h
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -240,7 +240,7 @@
/* Other options */
-#define MMCSD_OPENDRAN (1 << 15)
+#define MMCSD_OPENDRAIN (1 << 15)
/* Fully decorated MMC, SD, SDIO commands */