Skip to content

Commit 186ab12

Browse files
committed
removed debug output from flash writes
1 parent f32714f commit 186ab12

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

sam/1.0.3/libraries/DueFlashStorage/DueFlashStorage.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ boolean DueFlashStorage::write(uint32_t address, byte *data, uint32_t dataLength
6565
_FLASH_DEBUG("Flash write address too high\n");
6666
return false;
6767
}
68-
69-
_FLASH_DEBUG("FLASH DEBUG\n");
70-
_FLASH_DEBUG(IFLASH1_ADDR);
71-
_FLASH_DEBUG("\n");
72-
_FLASH_DEBUG(IFLASH1_SIZE);
73-
_FLASH_DEBUG("\n");
74-
75-
// _FLASH_DEBUG(FLASH_START);
76-
_FLASH_DEBUG(address);
77-
_FLASH_DEBUG("\n");
78-
79-
_FLASH_DEBUG(dataLength);
80-
_FLASH_DEBUG("\n");
81-
82-
83-
8468

8569
/*
8670
if (((uint32_t)FLASH_START+address & 3) != 0) {

0 commit comments

Comments
 (0)