Update everything under nuttx/drivers to use the corrected syslog interfaces

This commit is contained in:
Gregory Nutt
2014-10-08 10:18:58 -06:00
parent d55ab6a0f5
commit d7d759f7a7
14 changed files with 198 additions and 167 deletions
+1 -8
View File
@@ -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",