mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 19:41:16 +00:00
Remove invalid code comments
This commit is contained in:
parent
0f248c0bfa
commit
c4e9483f6d
@ -21,8 +21,6 @@ f103_flash_size = 128k;
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
/*Here we give 22K flash to bootloader*/
|
|
||||||
/*0x08005800 : the application bin start address*/
|
|
||||||
flash0 : org = 0x08006000, len = f103_flash_size - 0x6000
|
flash0 : org = 0x08006000, len = f103_flash_size - 0x6000
|
||||||
flash1 : org = 0x00000000, len = 0
|
flash1 : org = 0x00000000, len = 0
|
||||||
flash2 : org = 0x00000000, len = 0
|
flash2 : org = 0x00000000, len = 0
|
||||||
@ -86,4 +84,4 @@ REGION_ALIAS("BSS_RAM", ram0);
|
|||||||
REGION_ALIAS("HEAP_RAM", ram0);
|
REGION_ALIAS("HEAP_RAM", ram0);
|
||||||
|
|
||||||
/* Generic rules inclusion.*/
|
/* Generic rules inclusion.*/
|
||||||
INCLUDE rules.ld
|
INCLUDE rules.ld
|
||||||
|
Loading…
Reference in New Issue
Block a user