Skip to content

Commit 2645a5b

Browse files
committed
Deleted wrong console message
1 parent 66cf74a commit 2645a5b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

binary/wifi_dnld.elf

-112 Bytes
Binary file not shown.

wifi_dnld/Release/wifi_dnld.elf

-112 Bytes
Binary file not shown.

wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Bool at45dbx_mem_check(void)
293293
// Unexpected device density value.
294294
if ((status & AT45DBX_MSK_DENSITY) < AT45DBX_DENSITY)
295295
{
296-
printk("Unexpected device density value: %d (0x%x)\n", (status & AT45DBX_MSK_DENSITY), status);
296+
//printk("Unexpected device density value: %d (0x%x)\n", (status & AT45DBX_MSK_DENSITY), status);
297297
//return KO;
298298
}
299299
}

0 commit comments

Comments
 (0)