aboutsummaryrefslogtreecommitdiff
path: root/interface/include
diff options
context:
space:
mode:
Diffstat (limited to 'interface/include')
-rw-r--r--interface/include/psa_manifest/sid.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/include/psa_manifest/sid.h.template b/interface/include/psa_manifest/sid.h.template
index bc478a57ec..e188d62b7b 100644
--- a/interface/include/psa_manifest/sid.h.template
+++ b/interface/include/psa_manifest/sid.h.template
@@ -29,7 +29,7 @@ extern "C" {
{% endif %}
{% if partition.manifest.psa_framework_version > 1.0 and service.connection_based == false %}
{% set str = service.name + "_HANDLE" %}
-#define {{"%-58s"|format(str)}} ({{"%d"|format(service.stateless_handle)}}U)
+#define {{"%-58s"|format(str)}} ({{"%s"|format(service.stateless_handle)}}U)
{% endif %}
{% endfor %}
{% endif %}