Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 020c7f8

Browse files
committed
updated out dated comments.
1 parent 4381d27 commit 020c7f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Solutions/MCBSTM32F400/DeviceCode/Blockstorage/M29W640FB/M29W640FB_BlConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ const BlockRange g_M29W640FB_BlockRange2[] =
5353
{ BlockRange::BLOCKTYPE_CODE, 0, 2 }, // 3x64KB = 192KB
5454
#ifdef DEBUG
5555
// In debug builds with TRACE pins enabled, only 1MB is available
56-
{ BlockRange::BLOCKTYPE_DEPLOYMENT, 3, 15 }, // 15x64KB = 896KB
56+
{ BlockRange::BLOCKTYPE_DEPLOYMENT, 3, 15 }, // 13x64KB = 832KB
5757
#else
58-
{ BlockRange::BLOCKTYPE_DEPLOYMENT, 3, 126 }, // 126x64KB = 8000KB
58+
{ BlockRange::BLOCKTYPE_DEPLOYMENT, 3, 126 }, // 124x64KB = 7936KB
5959
#endif
6060
};
6161

0 commit comments

Comments
 (0)