Skip to content

Commit

Permalink
Merge pull request #15501 from OpenNuvoton/tfm_fix_function_undeclare
Browse files Browse the repository at this point in the history
TFM: Fix undeclared function tfm_ns_interface_init
  • Loading branch information
0xc0170 committed Apr 12, 2024
2 parents b5f1d3f + 7c43c6d commit 7ae592d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include "mbed_error.h"
#include "tfm_ns_interface.h"

int32_t tfm_ns_interface_init(void);

void mbed_tfm_init(void)
{
/*
Expand Down

0 comments on commit 7ae592d

Please sign in to comment.