Skip to content

Commit

Permalink
TFM: Fix undeclared function tfm_ns_interface_init
Browse files Browse the repository at this point in the history
ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  • Loading branch information
ccli8 committed Mar 19, 2024
1 parent baf6a30 commit 7c43c6d
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 7c43c6d

Please sign in to comment.