Remove invalid code comments

This commit is contained in:
Selwyn 2024-05-04 13:16:08 +02:00
parent 5716ba08d4
commit a7f071691e
No known key found for this signature in database

View File

@ -21,8 +21,6 @@ f103_flash_size = 128k;
MEMORY
{
/*Here we give 22K flash to bootloader*/
/*0x08005800 : the application bin start address*/
flash0 : org = 0x08006000, len = f103_flash_size - 0x6000
flash1 : org = 0x00000000, len = 0
flash2 : org = 0x00000000, len = 0
@ -86,4 +84,4 @@ REGION_ALIAS("BSS_RAM", ram0);
REGION_ALIAS("HEAP_RAM", ram0);
/* Generic rules inclusion.*/
INCLUDE rules.ld
INCLUDE rules.ld