mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 07:27:11 +00:00
SAMA5D4 HSMCI: Fix a compiler in a debug statement
This commit is contained in:
parent
1384148415
commit
70fa9ad81d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue