summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 10:18:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 10:18:58 -0600
commit9a5382c33e63c2d36462f368657e87168fe5c3d8 (patch)
tree7480f45364d79730cad0eb4e74188a109da378ce /nuttx/drivers/mmcsd
parentfcb644c3ce3d4fc6eab79ccde3ed50f5ac4d1a7f (diff)
downloadnuttx-9a5382c33e63c2d36462f368657e87168fe5c3d8.tar.gz
nuttx-9a5382c33e63c2d36462f368657e87168fe5c3d8.tar.bz2
nuttx-9a5382c33e63c2d36462f368657e87168fe5c3d8.zip
Update everything under nuttx/drivers to use the corrected syslog interfaces
Diffstat (limited to 'nuttx/drivers/mmcsd')
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_debug.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/nuttx/drivers/mmcsd/mmcsd_debug.c b/nuttx/drivers/mmcsd/mmcsd_debug.c
index 8631c2d71..45c643fa6 100644
--- a/nuttx/drivers/mmcsd/mmcsd_debug.c
+++ b/nuttx/drivers/mmcsd/mmcsd_debug.c
@@ -53,14 +53,6 @@
* Pre-Processor Definitions
****************************************************************************/
-/* This needs to match the logic in include/debug.h */
-
-#ifdef CONFIG_CPP_HAVE_VARARGS
-# define message(format, ...) syslog(format, ##__VA_ARGS__)
-#else
-# define message syslog
-#endif
-
/****************************************************************************
* Private Types
****************************************************************************/
@@ -101,6 +93,7 @@ void mmcsd_dmpcsd(FAR const uint8_t *csd, uint8_t cardtype)
{
fvdbg(" MMC SPEC_VERS: %d\n", MMC_CSD_SPECVERS(csd));
}
+
fvdbg(" TAAC:\n",
sd2 ? SD20_CSD_TAC_TIMEVALUE(csd) : MMCSD_CSD_TAAC_TIMEVALUE(csd));
fvdbg(" TIME_VALUE: 0x%02x\n",