mirror of https://github.com/ARMmbed/mbed-os.git
TFM: Fix undeclared function tfm_ns_interface_init
ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]pull/15501/head
parent
baf6a3022a
commit
7c43c6d906
|
@ -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)
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue