mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
arch/arm/src/stm32/stm32_dma_v2.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
a2a30c8813
commit
9fa98394f5
@@ -872,7 +872,8 @@ bool stm32_dmacapable(uintptr_t maddr, uint32_t count, uint32_t ccr)
|
||||
uint32_t burst_length;
|
||||
uint32_t mend;
|
||||
|
||||
dmainfo("stm32_dmacapable: 0x%08x/%u 0x%08x\n", maddr, count, ccr);
|
||||
dmainfo("stm32_dmacapable: 0x%08" PRIxPTR "/%" PRIu32 " 0x%08" PRIx32 "\n",
|
||||
maddr, count, ccr);
|
||||
|
||||
/* Verify that the address conforms to the memory transfer size.
|
||||
* Transfers to/from memory performed by the DMA controller are
|
||||
|
||||
Reference in New Issue
Block a user