mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 21:55:07 -05:00
Remove unnecessary semicolon from the linker file (#121)
This was creating problem with the onboard LPCLink debug probe. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
529c481c39
commit
d7667a0034
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ SECTIONS
|
|||
/* Privileged data - It needs to be 32 byte aligned to satisfy MPU requirements. */
|
||||
. = ALIGN(32);
|
||||
__privileged_sram_start__ = .;
|
||||
*(privileged_data);
|
||||
*(privileged_data)
|
||||
. = ALIGN(32);
|
||||
/* End address must be the last address in the region, therefore, -1. */
|
||||
__privileged_sram_end__ = . - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue