mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
SAMA5D4 HSMCI: Fix a compiler in a debug statement
This commit is contained in:
@@ -1189,7 +1189,7 @@ static void sam_cmddump(struct sam_dev_s *priv)
|
||||
{
|
||||
sam_hsmcidump(priv, &priv->cmdsamples[SAMPLENDX_AFTER_CMDR],
|
||||
"After command setup");
|
||||
sam_hsmcidump(priv, &g_cmdsamples[SAMPLENDX_AT_WAKEUP],
|
||||
sam_hsmcidump(priv, &priv->cmdsamples[SAMPLENDX_AT_WAKEUP],
|
||||
"After wakeup");
|
||||
#ifdef CONFIG_SAMA5_HSMCI_XFRDEBUG
|
||||
priv->cmdinitialized = false;
|
||||
|
||||
Reference in New Issue
Block a user