mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
Change some debug output to verbose
This commit is contained in:
parent
d95da886f3
commit
45549cb2e2
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue