Skip to content

Commit f77f4ea

Browse files
authored
Merge pull request #12085 from jainvikas8/fix-12084
PSA setup template changes.
2 parents fd4288a + 4a84e14 commit f77f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/psa/templates/psa_setup.c.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
186186
{# -------------- spm_db_entry(partition) ----------------------------------- #}
187187
{% macro spm_db_entry(partition) -%}
188188

189-
/* {{partition.name|upper}} */
189+
/* {{partition.name|upper}} */
190190
{
191191
.partition_id = {{partition.name|upper}}_ID,
192192
.thread_id = 0,

0 commit comments

Comments
 (0)