Skip to content

Commit

Permalink
fix(h750): missing .iram code (#5838)
Browse files Browse the repository at this point in the history
Co-authored-by: raphaelcoeffic <1050031+raphaelcoeffic@users.noreply.github.com>
  • Loading branch information
raphaelcoeffic and raphaelcoeffic authored Jan 25, 2025
1 parent 42a3f8e commit 2f42664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
} > DTCMRAM

/* Fast code */
.iram (NOLOAD) :
.iram :
{
. = ALIGN(4);
_siram = .;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
} > DTCMRAM

/* Fast code */
.iram (NOLOAD) :
.iram :
{
. = ALIGN(4);
_siram = .;
Expand Down

0 comments on commit 2f42664

Please sign in to comment.