Fix typo in linker script
This commit is contained in:
		@@ -29,7 +29,7 @@ __stack_corruption_area_size = 128;
 | 
			
		||||
 | 
			
		||||
/* END OF USER PARAMETERS */
 | 
			
		||||
ENTRY(Reset_Handler)
 | 
			
		||||
__ld_top_of_stack = 0x20020000; /* One byte above the end of the SRAM. Stack is pre-decrewmenting, so this is okay */
 | 
			
		||||
__ld_top_of_stack = 0x20020000; /* One byte above the end of the SRAM. Stack is pre-decrementing, so this is okay */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Available memory areas */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user