mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Deleted wrong console message
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -293,7 +293,7 @@ Bool at45dbx_mem_check(void)
|
|||||||
// Unexpected device density value.
|
// Unexpected device density value.
|
||||||
if ((status & AT45DBX_MSK_DENSITY) < AT45DBX_DENSITY)
|
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;
|
//return KO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user