Skip to content
Snippets Groups Projects
Commit 86570719 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

DataFlash: removed debug message

parent d6ac0213
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,6 @@ void DataFlash_APM1::BlockErase (uint16_t BlockAdr) ...@@ -387,7 +387,6 @@ void DataFlash_APM1::BlockErase (uint16_t BlockAdr)
} }
SPI_transfer(0x00); SPI_transfer(0x00);
serialDebug("BL Erase, %d\n", BlockAdr);
//initiate flash page erase //initiate flash page erase
CS_inactive(); CS_inactive();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment