remove comment confusing py tools

This commit is contained in:
Hierophect 2020-01-14 13:06:10 -05:00
parent de2379bc30
commit c0dacba80f
1 changed files with 0 additions and 13 deletions

View File

@ -35,19 +35,6 @@ _ram_end = ORIGIN(RAM) + LENGTH(RAM);
_heap_start = _ebss; /* heap starts just after statically allocated memory */
_heap_end = _sstack;
/* Memory layout for internal flash storage configuration:
FLASH_ISR .isr_vector
FLASH_TEXT .text
FLASH_TEXT .data
RAM .data
RAM .bss
RAM .heap
RAM .stack
*/
ENTRY(Reset_Handler)
/* define output sections */