1
0
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:
Mimmo La Fauci
2012-05-25 08:49:13 +02:00
parent 66cf74a95c
commit 2645a5b26e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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;
} }
} }