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)
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,
@@ -214,7 +214,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
214214/****************** SPM DB initialization *************************************/
215215spm_partition_t g_partitions[] = {
216216{% for partition in service_partitions %}
217- { {spm_db_entry(partition)} }
217+ { {spm_db_entry(partition)} }
218218
219219{% endfor %}
220220#ifdef USE_PSA_TEST_PARTITIONS
You can’t perform that action at this time.
0 commit comments