Skip to content

Commit

Permalink
Fix comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim authored Sep 24, 2024
1 parent b654431 commit 55454f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/MAX32690/Bluetooth/Bootloader/bootloader.ld
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
******************************************************************************/

/* Note: Flash 0 page size is 16KB (0x4000). Flash 1 page size is 8KB (0x2000) */
BOOTLOADER_ORIGIN = 0x10000000; /* Bootloader resides in page 0 */
BOOTLOADER_ORIGIN = 0x10000000; /* Bootloader resides in Flash 0 */
BOOTLOADER_LEN = 0x8000; /* 2 Flash 0 pages length (total 32KB) */
FLASH0_SECTION_LEN = 0x300000 - BOOTLOADER_LEN; /* 3MB - 2 pages (16KB/page) */
FLASH1_SECTION_LEN = 0x40000; /* 256KB */
Expand Down

0 comments on commit 55454f9

Please sign in to comment.