mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Deleted wrong console message
This commit is contained in:
parent
66cf74a95c
commit
2645a5b26e
Binary file not shown.
Binary file not shown.
@ -293,7 +293,7 @@ Bool at45dbx_mem_check(void)
|
||||
// Unexpected device density value.
|
||||
if ((status & AT45DBX_MSK_DENSITY) < AT45DBX_DENSITY)
|
||||
{
|
||||
printk("Unexpected device density value: %d (0x%x)\n", (status & AT45DBX_MSK_DENSITY), status);
|
||||
//printk("Unexpected device density value: %d (0x%x)\n", (status & AT45DBX_MSK_DENSITY), status);
|
||||
//return KO;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user