Change some debug output to verbose

This commit is contained in:
Gregory Nutt
2015-11-10 12:15:22 -06:00
parent d95da886f3
commit 45549cb2e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3119,7 +3119,7 @@ FAR struct sdio_dev_s *sdio_initialize(int slotno)
* for now, an* HSMCI peripheral does correspond to a slot.
*/
fdbg("slotno: %d\n", slotno);
fvdbg("slotno: %d\n", slotno);
#ifdef CONFIG_SAMV7_HSMCI0
if (slotno == 0)
+1 -1
View File
@@ -1222,7 +1222,7 @@ static uint32_t qspi_setfrequency(struct qspi_dev_s *dev, uint32_t frequency)
priv->frequency = frequency;
priv->actual = actual;
qspidbg("Frequency %d->%d\n", frequency, actual);
qspivdbg("Frequency %d->%d\n", frequency, actual);
return actual;
}