aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/sdc.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-16 20:12:16 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-16 20:12:16 +0000
commit671cb8ab9dbbfaf9832f7529fc8966a5d042b6f4 (patch)
tree641f1efc7db17ed2a26a7a9be72432a33082479e /os/hal/include/sdc.h
parent579fffb63c4d932c63882cb643cc95a55d8bf06e (diff)
downloadChibiOS-671cb8ab9dbbfaf9832f7529fc8966a5d042b6f4.tar.gz
ChibiOS-671cb8ab9dbbfaf9832f7529fc8966a5d042b6f4.tar.bz2
ChibiOS-671cb8ab9dbbfaf9832f7529fc8966a5d042b6f4.zip
SDC. Reverted from SDC_SUCCESS/SDC_FAILED to boolean values.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/sdc_dev2@4103 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/sdc.h')
-rw-r--r--os/hal/include/sdc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index d26692ab5..aa02e4f5b 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -89,12 +89,6 @@
#define SDC_CMD_APP_CMD 55
/**
- * @brief Returning status.
- */
-#define SDC_SUCCESS FALSE
-#define SDC_FAILED TRUE
-
-/**
* @name SDC bus error conditions
* @{
*/