mirror of https://github.com/ARMmbed/mbed-os.git
PSA setup template changes.
Ideally, there is nothing wrong, but it seems to produce AStyle error when release script runs for PSA Auto-generated files. Therefore removed the spaces from the problematic line. Fixes #12084 Signed-off-by: Vikas Katariya <Vikas.Katariya@arm.com>pull/12085/head
parent
8c673ba597
commit
4a84e14634
|
@ -186,7 +186,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
|
|||
{# -------------- spm_db_entry(partition) ----------------------------------- #}
|
||||
{% macro spm_db_entry(partition) -%}
|
||||
|
||||
/* {{partition.name|upper}} */
|
||||
/* {{partition.name|upper}} */
|
||||
{
|
||||
.partition_id = {{partition.name|upper}}_ID,
|
||||
.thread_id = 0,
|
||||
|
|
Loading…
Reference in New Issue