Skip to content
Snippets Groups Projects
Commit 18efbabf authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Chore] Remove memory section

parent 4061759b
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
static const {{ data_t }} {{ name }} static const {{ data_t }} {{ name }}
{%- for dim in dims -%} {%- for dim in dims -%}
[{{ dim }}] [{{ dim }}]
{%- endfor %} __attribute__((section(".nn_ddr"))) = {%- endfor %} =
{{ values }}; {{ values }};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment