We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e447031 commit 4b76aaeCopy full SHA for 4b76aae
dma/sniff_crc/sniff_crc.c
@@ -89,7 +89,7 @@ int main() {
89
dma_channel_wait_for_finish_blocking(chan);
90
91
uint32_t sniffed_crc = dma_sniffer_get_data_accumulator();
92
- printf("Completed DMA sniff of %d byte buffer, DMA sniff accumulator value: 0x%lx\n", TOTAL_LEN, sniffed_crc);
+ printf("Completed DMA sniff of %d byte buffer, DMA sniff accumulator value: 0x%x\n", TOTAL_LEN, sniffed_crc);
93
94
if (0ul == sniffed_crc) {
95
printf("CRC32 check is good\n");
0 commit comments