Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilkjeka committed May 30, 2017
1 parent 321f5a0 commit 506fd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m-rt/link.x
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ Set '_stext' to an adress greater than '_einterrupts'");

ASSERT(_stext < ORIGIN(FLASH) + LENGTH(FLASH), "
The '.text' section must be placed inside the FLASH memory
Set '_stext' to an adress smaller than 'ORIGIN(FLASH) + LENGTH(FLASH)");
Set '_stext' to an address smaller than 'ORIGIN(FLASH) + LENGTH(FLASH)");

0 comments on commit 506fd6a

Please sign in to comment.