aboutsummaryrefslogtreecommitdiff
path: root/applications/trustzone_inference/common/secure_entries.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/trustzone_inference/common/secure_entries.hpp')
-rw-r--r--applications/trustzone_inference/common/secure_entries.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/trustzone_inference/common/secure_entries.hpp b/applications/trustzone_inference/common/secure_entries.hpp
index 3001196..7378cc4 100644
--- a/applications/trustzone_inference/common/secure_entries.hpp
+++ b/applications/trustzone_inference/common/secure_entries.hpp
@@ -25,6 +25,6 @@ extern "C" void nonsecure_print(const char *p);
/* Run an inference on the secure side and return status */
extern "C" int run_secure_inference(void);
-typedef int (*funcptr_ns) (void) __attribute__((cmse_nonsecure_call));
+typedef int (*funcptr_ns)(void) __attribute__((cmse_nonsecure_call));
extern "C" void set_result_function(funcptr_ns callback_fn);
#endif // SECURE_ENTRIES_H__