File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
186
186
{ # -------------- spm_db_entry(partition) ----------------------------------- #}
187
187
{% macro spm_db_entry(partition) -%}
188
188
189
- /* { {partition.name|upper } } */
189
+ /* { {partition.name|upper } } */
190
190
{
191
191
.partition_id = {{partition.name|upper } }_ID,
192
192
.thread_id = 0,
@@ -214,7 +214,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
214
214
/****************** SPM DB initialization *************************************/
215
215
spm_partition_t g_partitions[] = {
216
216
{% for partition in service_partitions %}
217
- { {spm_db_entry(partition)} }
217
+ { {spm_db_entry(partition)} }
218
218
219
219
{% endfor %}
220
220
#ifdef USE_PSA_TEST_PARTITIONS
You can’t perform that action at this time.
0 commit comments