mirror of https://github.com/ARMmbed/mbed-os.git
Add {# End of file #} for TF-M templates
parent
268b48c2e5
commit
2bce25750d
|
@ -33,3 +33,4 @@
|
|||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
{# End of file #}
|
||||
|
|
|
@ -47,3 +47,4 @@
|
|||
#endif
|
||||
|
||||
#endif // __TFM_PARTITION_DEFS_INC__
|
||||
{# End of file #}
|
||||
|
|
|
@ -33,3 +33,4 @@ PARTITION_ADD_INIT_FUNC({{partition.name|upper}}, {{partition.entry_point}});
|
|||
#endif // USE_PSA_TEST_PARTITIONS
|
||||
|
||||
#endif // __TFM_PARTITION_LIST_INC__
|
||||
{# End of file #}
|
||||
|
|
|
@ -31,3 +31,4 @@
|
|||
#endif // USE_PSA_TEST_PARTITIONS
|
||||
|
||||
#endif // __TFM_SERVICE_LIST_INC__
|
||||
{# End of file #}
|
||||
|
|
|
@ -33,3 +33,4 @@
|
|||
#endif // USE_PSA_TEST_PARTITIONS
|
||||
|
||||
#endif // __TFM_SPM_SIGNAL_DEFS_H__
|
||||
{# End of file #}
|
||||
|
|
Loading…
Reference in New Issue